Socket
Socket
Sign inDemoInstall

snappy

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snappy - npm Package Compare versions

Comparing version 6.0.4 to 6.1.0

.nyc_output/1f4e14af11c61281b929e6f74ca41833.json

14

package.json

@@ -5,3 +5,3 @@ {

"description": "Nodejs bindings to Google's Snappy compression library",
"version": "6.0.4",
"version": "6.1.0",
"homepage": "https://github.com/kesla/node-snappy",

@@ -14,12 +14,18 @@ "repository": {

"scripts": {
"test": "nyc ava test.js && semistandard | snazzy"
"test": "nyc ava test.js && semistandard | snazzy && prebuild-ci",
"install": "prebuild-install || node-gyp rebuild",
"rebuild": "prebuild --compile",
"prebuild": "prebuild --all --strip --verbose"
},
"dependencies": {
"bindings": "^1.3.0",
"nan": "^2.10.0"
"nan": "^2.11.0",
"prebuild-install": "^5.1.0"
},
"devDependencies": {
"ava": "^0.22.0",
"ava": "^0.25.0",
"bluebird": "^3.3.4",
"nyc": "^11.1.0",
"prebuild": "^8.0.1",
"prebuild-ci": "^2.2.3",
"semistandard": "^11.0.0",

@@ -26,0 +32,0 @@ "snazzy": "^7.0.0"

Sorry, the diff of this file is not supported yet

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