Comparing version 0.0.3 to 0.1.0
@@ -1,4 +0,2 @@ | ||
var util = require('util'); | ||
var kexec = require('kexec') | ||
kexec('node'); | ||
var kexec = require('../') | ||
kexec('top'); |
@@ -1,9 +0,9 @@ | ||
var kexec; | ||
var kexec = null; | ||
try { | ||
/*try { | ||
kexec = require("./build/default/kexec.node"); | ||
} catch(e) { | ||
} catch(e) {*/ | ||
kexec = require("./build/Release/kexec.node"); | ||
} | ||
//} | ||
module.exports = kexec.kexec; //function of kexec module is named kexec |
{ | ||
"name" : "kexec", | ||
"version" : "0.0.3", | ||
"version" : "0.1.0", | ||
"description" : "Replace your Node.js process with another process. Like Ruby exec.", | ||
@@ -12,3 +12,3 @@ "homepage" : [ | ||
}, | ||
"keywords" : ["exec","spawn","process"], | ||
"keywords" : ["exec","spawn","process", "kexec"], | ||
"author" : "JP Richardson <jprichardson@gmail.com>", | ||
@@ -20,5 +20,8 @@ "licenses" : [ {"type" : "MIT" } ], | ||
}, | ||
"scripts": { "install": "node-waf configure build" } | ||
"scripts": { "install": "node-gyp configure build" }, | ||
"devDependencies": { | ||
"mocha": "*" | ||
} | ||
} | ||
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
5857
13
19
47
1
2