node-cookie
Advanced tools
Comparing version
{ | ||
"name": "node-cookie", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "sign, encrypt and parse http cookies", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "npm run standard && istanbul cover _mocha --report lcovonly -- -R spec test && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage", | ||
"coverage": "npm run standard && istanbul cover _mocha test --bail", | ||
"standard": "standard test/*.js src/**/*.js" | ||
"test": "npm run lint && istanbul cover _mocha --report lcovonly -- -R spec test && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage", | ||
"coverage": "npm run lint && istanbul cover _mocha test --bail", | ||
"lint": "standard test/*.js src/**/*.js" | ||
}, | ||
@@ -22,3 +22,3 @@ "keywords": [ | ||
"debug": "^2.2.0", | ||
"keygrip": "git://github.com/crypto-utils/keygrip.git" | ||
"keygrip": "git://github.com/poppinss/keygrip.git#develop" | ||
}, | ||
@@ -25,0 +25,0 @@ "devDependencies": { |
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
9513
-0.08%