Socket
Socket
Sign inDemoInstall

sneeze

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sneeze - npm Package Compare versions

Comparing version 1.1.1 to 2.0.0

17

package.json
{
"name": "sneeze",
"version": "1.1.1",
"version": "2.0.0",
"description": "Easily join SWIM networks",

@@ -11,2 +11,3 @@ "main": "sneeze.js",

"prettier": "prettier --write --no-semi --single-quote *.js lib/*.js test/*.js",
"reset": "npm run clean && npm i && npm test",
"clean": "rm -rf node_modules yarn.lock package-lock.json",

@@ -33,3 +34,3 @@ "repo-tag": "REPO_VERSION=`node -e \"console.log(require('./package').version)\"` && echo TAG: v$REPO_VERSION && git commit -a -m v$REPO_VERSION && git push && git tag v$REPO_VERSION && git push --tags;",

"dependencies": {
"ansi-escapes": "^4.2.1",
"ansi-escapes": "^4.3.0",
"chalk": "^2.4.2",

@@ -40,12 +41,12 @@ "jsonpath": "^1.0.2",

"nid": "^0.3.2",
"optioner": "^4.1.2",
"optioner": "^5.0.0",
"pad": "^3.2.0",
"static-eval": "^2.0.2",
"static-eval": "^2.0.3",
"swim": "^0.6.0"
},
"devDependencies": {
"@hapi/code": "^6.0.0",
"@hapi/lab": "^20.2.2",
"coveralls": "^3.0.6",
"prettier": "^1.18.2"
"@hapi/code": "^8.0.1",
"@hapi/lab": "^22.0.3",
"coveralls": "^3.0.9",
"prettier": "^1.19.1"
},

@@ -52,0 +53,0 @@ "files": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc