Socket
Socket
Sign inDemoInstall

@risingstack/event-loop-stats

Package Overview
Dependencies
107
Maintainers
10
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.7 to 1.0.8

8

package.json
{
"name": "@risingstack/event-loop-stats",
"version": "1.0.7",
"version": "1.0.8",
"description": "Exposes stats about the libuv default loop",

@@ -25,2 +25,3 @@ "main": "src/eventLoopStats.js",

"scripts": {
"preinstall": "node -e 'process.exit(0)'",
"install": "node-pre-gyp install --fallback-to-build",

@@ -32,7 +33,4 @@ "rebuild": "node-pre-gyp rebuild",

"nan": "^2.0.5",
"node-pre-gyp": "^0.6.34"
"@risingstack/node-pre-gyp": "^0.6.35"
},
"bundledDependencies": [
"node-pre-gyp"
],
"devDependencies": {

@@ -39,0 +37,0 @@ "aws-sdk": "^2.0.0",

@@ -1,2 +0,2 @@

var binary = require('node-pre-gyp');
var binary = require('@risingstack/node-pre-gyp');
var path = require('path');

@@ -3,0 +3,0 @@ var bindingPath = binary.find(path.resolve(path.join(__dirname, '..', 'package.json')));

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