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 0.1.7 to 0.1.8

2

index.js

@@ -39,3 +39,3 @@ 'use strict';

if (isWindows) {
process.env.path = `${process.env.path ? `${process.env.path};` : ''}${binPath}`;
process.env.path = `${binPath};${process.env.path ? `${process.env.path}` : ''}`;
}

@@ -42,0 +42,0 @@

{
"author": "Luis Blanco <luisblanco1337@gmail.com>",
"name": "addon-tools-raub",
"version": "0.1.7",
"author": "Luis Blanco <raubtierxxx@gmail.com>",
"version": "0.1.8",
"description": "A set of extra tools for Node.js addons",
"license": "MIT",
"main": "index.js",
"keywords": [
"node",
"addon",
"header",
"support",
"headers",
"include",
"platform",
"build",
"paths",
"events",
"eventemitter",
"emitter",
"cpp",
"compile",
"macros",
"helpers",
"utils"
],
"engines": {
"node": ">=8.11.1",
"npm": ">=5.6.0"
},
"maintainers": [
{
"name": "Luis Blanco",
"email": "raubtierxxx@gmail.com",
"email": "luisblanco1337@gmail.com",
"skype": "rauber666"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/raub/node-addon-tools.git"
"url": "https://github.com/node-3d/node-addon-tools.git"
},

@@ -36,0 +30,0 @@ "dependencies": {

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