File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# secure-json-parse
22
3- [ ![ Build Status] ( https://dev.azure.com/fastify/fastify/_apis/build/status/fastify.secure-json-parse?branchName=master )] ( https://dev.azure.com/fastify/fastify/_build/latest?definitionId=8&branchName=master ) [ ![ js-standard-style] ( https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat )] ( http://standardjs.com/ )
3+ [ ![ Build Status] ( https://dev.azure.com/fastify/fastify/_apis/build/status/fastify.secure-json-parse?branchName=master )] ( https://dev.azure.com/fastify/fastify/_build/latest?definitionId=8&branchName=master ) [ ![ js-standard-style] ( https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat )] ( http://standardjs.com/ ) [ ![ Greenkeeper badge ] ( https://badges.greenkeeper.io/fastify/secure-json-parse.svg )] ( https://greenkeeper.io/ )
44
55` JSON.parse() ` drop-in replacement with prototype poisoning protection.
66
Original file line number Diff line number Diff line change 2626 "devDependencies" : {
2727 "standard" : " ^14.3.1" ,
2828 "tap" : " ^12.7.0"
29+ },
30+ "greenkeeper" : {
31+ "ignore" : [
32+ " tap"
33+ ]
2934 }
3035}
You can’t perform that action at this time.
0 commit comments