nopp
Version:
NoPP (No Prototype Pollution) – tiny helper to protect against Prototype Pollution vulnerabilities in your application
30 lines (29 loc) • 672 B
JSON
{
"name": "nopp",
"version": "1.0.2",
"description": "NoPP (No Prototype Pollution) – tiny helper to protect against Prototype Pollution vulnerabilities in your application",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/snyk-labs/nopp.git"
},
"author": "Snyk Labs",
"license": "MIT",
"bugs": {
"url": "https://github.com/snyk-labs/nopp/issues"
},
"homepage": "https://github.com/snyk-labs/nopp#readme",
"keywords": [
"proto",
"__proto__",
"prototype",
"pollution",
"poisoning",
"safe",
"security",
"protection"
]
}