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.2 to 1.0.3

3

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

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

],
"version": "1.0.2",
"version": "1.0.3",
"repository": {

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

"dependencies": {
"get-uv-event-loop-napi-h": "^1.0.0"
"get-uv-event-loop-napi-h": "^1.0.2"
},

@@ -25,0 +25,0 @@ "devDependencies": {

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