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

process-reporter

Package Overview
Dependencies
Maintainers
2
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 1.1.2 to 1.1.3

10

index.js

@@ -5,4 +5,4 @@ 'use strict';

var process = require('process');
var toobusy = require('toobusy');
var assert = require('assert');
var _toobusy;

@@ -76,2 +76,6 @@ module.exports = ProcessReporter;

if (!_toobusy) {
_toobusy = require('toobusy');
}
self.handleTimer = self.timers.setTimeout(onHandle, self.handleInterval);

@@ -115,3 +119,3 @@ self.requestTimer =

toobusy.shutdown();
_toobusy.shutdown();
};

@@ -161,4 +165,4 @@

self.prefix + 'process-reporter.lag-sampler',
toobusy.lag()
_toobusy.lag()
);
};
{
"name": "process-reporter",
"version": "1.1.2",
"version": "1.1.3",
"description": "process reporter",

@@ -5,0 +5,0 @@ "main": "index.js",

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