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 0.8.0 to 0.9.0

24

package.json
{
"name": "sneeze",
"version": "0.8.0",
"version": "0.9.0",
"description": "Easily join SWIM networks",
"main": "sneeze.js",
"scripts": {
"test": "lab -P test -v -t 80 -r console -I Reflect",
"test": "lab -P test -v -t 80 -r console -I URL,URLSearchParams",
"test-cov-html": "lab -P test -r html -o coverage.html"

@@ -27,14 +27,14 @@ },

"dependencies": {
"ansi-escapes": "1.4.0",
"chalk": "1.1.3",
"jsonpath": "0.2.11",
"keypress": "0.2.1",
"lodash": "4.5.0",
"optioner": "0.8.0",
"pad": "1.1.0",
"swim": "0.3.2"
"ansi-escapes": "3.1",
"chalk": "2.4",
"jsonpath": "1.0",
"keypress": "0.2",
"lodash": "4.17",
"optioner": "1.1",
"pad": "1.2",
"swim": "0.6"
},
"devDependencies": {
"code": "3.x.x",
"lab": "11.x.x"
"code": "4",
"lab": "14"
},

@@ -41,0 +41,0 @@ "files": [

@@ -95,3 +95,6 @@ # sneeze

Using windows? Sneeze uses some native modules, so make sure to
[configure msbuild](https://github.com/Microsoft/nodejs-guidelines/blob/master/windows-environment.md#compiling-native-addon-modules).
### Basic Examples

@@ -273,2 +276,4 @@

## Questions?

@@ -287,3 +292,1 @@

[Gitter]: https://gitter.im/rjrodger/sneeze

@@ -46,3 +46,3 @@ /*

active: false,
meta:['route','config.pin']
meta: ['route','config.pin']
},

@@ -49,0 +49,0 @@

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