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 1
1
# secure-json-parse
2
2
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/ )
4
4
5
5
` JSON.parse() ` drop-in replacement with prototype poisoning protection.
6
6
Original file line number Diff line number Diff line change 26
26
"devDependencies" : {
27
27
"standard" : " ^14.3.1" ,
28
28
"tap" : " ^12.7.0"
29
+ },
30
+ "greenkeeper" : {
31
+ "ignore" : [
32
+ " tap"
33
+ ]
29
34
}
30
35
}
You can’t perform that action at this time.
0 commit comments