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.0.0 to 1.1.1

22

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

@@ -13,3 +13,3 @@ "main": "sneeze.js",

"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;",
"repo-publish": "npm run prettier && npm test && npm run repo-tag && npm publish"
"repo-publish": "npm run prettier && npm test && npm run repo-tag && npm publish --access public --registry=http://registry.npmjs.org"
},

@@ -33,18 +33,18 @@ "repository": {

"dependencies": {
"ansi-escapes": "^3.1.0",
"ansi-escapes": "^4.2.1",
"chalk": "^2.4.2",
"jsonpath": "^1.0.0",
"jsonpath": "^1.0.2",
"keypress": "^0.2.1",
"lodash": "4.17",
"nid": "^0.3.2",
"optioner": "^1.1.0",
"pad": "^2.1.0",
"static-eval": "^2.0.1",
"optioner": "^4.1.2",
"pad": "^3.2.0",
"static-eval": "^2.0.2",
"swim": "^0.6.0"
},
"devDependencies": {
"code": "^4.1.0",
"coveralls": "^3.0.2",
"lab": "^18.0.2",
"prettier": "^1.16.4"
"@hapi/code": "^6.0.0",
"@hapi/lab": "^20.2.2",
"coveralls": "^3.0.6",
"prettier": "^1.18.2"
},

@@ -51,0 +51,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