Socket
Socket
Sign inDemoInstall

setimmediate-napi

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

setimmediate-napi - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

4

get-paths.js

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

const path = require('path');
exports.includeRaw = path.resolve(__dirname, 'include') + ' ' + uvloop.includeRaw + ' ' + symbol.includeRaw;
exports.include = exports.includeRaw.replace(/\\/g, '\\\\');
exports.includeRaw = [path.resolve(__dirname, 'include')].concat(uvloop.includeRaw).concat(symbol.includeRaw);
exports.include = exports.includeRaw.map(x => `"${x}"`.replace(/\\/g, '\\\\')).join(' ');
exports.gyp = uvloop.gyp;

@@ -11,3 +11,3 @@ {

],
"version": "1.0.5",
"version": "1.0.6",
"repository": {

@@ -14,0 +14,0 @@ "type": "git",

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