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

@risingstack/gc-stats

Package Overview
Dependencies
Maintainers
10
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@risingstack/gc-stats - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

2

index.js
'use strict'
var binary = require('node-pre-gyp');
var binary = require('@risingstack/node-pre-gyp');
var path = require('path');

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

{
"name": "@risingstack/gc-stats",
"version": "1.0.9",
"version": "1.0.10",
"description": "Exposes node v8 garbage collection stats",

@@ -15,2 +15,3 @@ "main": "index.js",

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

@@ -22,7 +23,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": {

@@ -29,0 +27,0 @@ "aws-sdk": "^2.0.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