UNPKG

secure-json-parse

Version:

JSON parse with prototype poisoning protection

16 lines (15 loc) 401 B
{ "name": "benchmarks", "version": "1.0.0", "scripts": { "valid": "node valid.js", "ignore": "node ignore.js", "no_proto": "node no__proto__.js", "remove": "node remove.js", "throw": "node throw.js", "all": "node --version && npm run valid && npm run ignore && npm run no_proto && npm run remove && npm run throw" }, "dependencies": { "benchmark": "^2.1.4" } }