Socket
Socket
Sign inDemoInstall

bufferutil

Package Overview
Dependencies
1
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.5 to 4.0.0

prebuilds/darwin-x64/node-napi.node

6

fallback.js

@@ -1,7 +0,1 @@

/*!
* bufferutil: WebSocket buffer utils
* Copyright(c) 2015 Einar Otto Stangvik <einaros@gmail.com>
* MIT Licensed
*/
'use strict';

@@ -8,0 +2,0 @@

2

index.js
'use strict';
try {
module.exports = require('bindings')('bufferutil');
module.exports = require('node-gyp-build')(__dirname);
} catch (e) {
module.exports = require('./fallback');
}
{
"name": "bufferutil",
"version": "3.0.5",
"version": "4.0.0",
"description": "WebSocket buffer utils",
"main": "index.js",
"scripts": {
"install": "prebuild-install || node-gyp rebuild",
"test": "mocha && prebuild-ci"
"install": "node-gyp-build",
"prebuild": "prebuildify --napi",
"test": "mocha"
},

@@ -24,11 +25,8 @@ "repository": {

"dependencies": {
"bindings": "~1.3.0",
"nan": "~2.10.0",
"prebuild-install": "~4.0.0"
"node-gyp-build": "~3.4.0"
},
"devDependencies": {
"mocha": "~5.1.0",
"prebuild": "~7.6.0",
"prebuild-ci": "~2.2.0"
"mocha": "~5.2.0",
"prebuildify": "~2.7.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc