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

process-reporter

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

process-reporter - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

example.js

5

index.js

@@ -128,6 +128,3 @@ 'use strict';

/*eslint-disable camelcase, global-require */
_gcstats = require('bindings')({
bindings: 'gcstats',
module_root: path.join(__dirname, 'node_modules', 'gc-stats')
});
_gcstats = require('gc-stats/binding');
/*eslint-enable global-require, camelcase*/

@@ -134,0 +131,0 @@ _gcstats.afterGC(onGC);

8

package.json
{
"name": "process-reporter",
"version": "2.1.1",
"version": "2.1.2",
"description": "process reporter",

@@ -9,4 +9,3 @@ "main": "index.js",

"dependencies": {
"bindings": "1.2.1",
"gc-stats": "0.0.6",
"gc-stats": "1.0.0",
"toobusy": "0.2.4"

@@ -21,3 +20,4 @@ },

"opn": "3.0.3",
"tape": "4.2.2"
"tape": "4.2.2",
"uber-statsd-client": "1.7.0"
},

@@ -24,0 +24,0 @@ "scripts": {

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