Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

addon-tools-raub

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

addon-tools-raub - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

5

index.js

@@ -7,4 +7,3 @@ 'use strict';

} catch (ex) {
console.error('To build addons, `node-addon-api` module is required.');
process.exit(1);
// do nothing
}

@@ -29,3 +28,3 @@

const napiInclude = napi.include_dir.replace(/\\/g, '/');
const napiInclude = napi ? napi.include_dir.replace(/\\/g, '/') : '';
const thisInclude = `${rootPath}/include`;

@@ -32,0 +31,0 @@ const includePath = `${napiInclude} ${thisInclude}`;

10

package.json
{
"author": "Luis Blanco <luisblanco1337@gmail.com>",
"name": "addon-tools-raub",
"version": "6.0.1",
"version": "6.0.2",
"description": "Helpers for Node.js addons and dependency packages",

@@ -79,9 +79,9 @@ "license": "MIT",

"adm-zip": "^0.5.9",
"eslint-plugin-jest": "^27.0.4",
"eslint-plugin-jest": "^27.1.6",
"eslint-plugin-node": "^11.1.0",
"eslint": "^8.24.0",
"jest": "^29.0.3",
"eslint": "^8.28.0",
"jest": "^29.3.1",
"node-addon-api": "^5.0.0",
"typescript": "^4.8.3"
"typescript": "^4.9.3"
}
}
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