Socket
Socket
Sign inDemoInstall

process-nextick-args

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

7

index.js
'use strict';
module.exports = nextTick;
if (process.version && parseInt(process.version.split('.')[0].slice(1), 10) > 0) {
module.exports = process.nextTick;
} else {
module.exports = nextTick;
}
function nextTick(fn) {

@@ -5,0 +10,0 @@ var args = new Array(arguments.length - 1);

2

package.json
{
"name": "process-nextick-args",
"version": "1.0.4",
"version": "1.0.5",
"description": "process.nextTick but always with args",

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

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