Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 1.3.0 to 1.3.1

deps/snappy/linux/config.h

8

lib/snappy.js

@@ -26,10 +26,4 @@ /*

*/
var binding;
var binding = require('bindings')('binding.node');
try {
binding = require('../build/default/binding');
} catch(e) {
binding = require('../build/Release/binding');
}
/*

@@ -36,0 +30,0 @@ * Parsers, used to parse a buffer when decompressing.

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

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

@@ -22,3 +22,5 @@ "repository": {

},
"dependencies": {},
"dependencies": {
"bindings": "~1.0.0"
},
"devDependencies": {

@@ -25,0 +27,0 @@ "vows": ">= 0.5.8"

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