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.4 to 1.0.5

3

get-paths.js
'use strict';
const uvloop = require('get-uv-event-loop-napi-h');
const symbol = require('get-symbol-from-current-process-h');
const path = require('path');
exports.includeRaw = path.resolve(__dirname, 'include') + ' ' + uvloop.includeRaw;
exports.includeRaw = path.resolve(__dirname, 'include') + ' ' + uvloop.includeRaw + ' ' + symbol.includeRaw;
exports.include = exports.includeRaw.replace(/\\/g, '\\\\');
exports.gyp = uvloop.gyp;

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

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

@@ -22,2 +22,3 @@ "type": "git",

"dependencies": {
"get-symbol-from-current-process-h": "^1.0.1",
"get-uv-event-loop-napi-h": "^1.0.5"

@@ -24,0 +25,0 @@ },

Sorry, the diff of this file is not supported yet

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