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.0 to 1.0.1

5

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

2

package.json

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

],
"version": "1.0.0",
"version": "1.0.1",
"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