New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-cookie

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-cookie - npm Package Compare versions

Comparing version

to
1.0.4

10

package.json
{
"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": {