Socket
Socket
Sign inDemoInstall

kexec

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kexec - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

8

index.js

@@ -1,3 +0,9 @@

var kexec = require("./build/default/kexec.node");
var kexec;
try {
kexec = require("./build/default/kexec.node");
catch(e) {
kexec = require("./build/Release/kexec.node");
}
module.exports = kexec.kexec; //function of kexec module is named kexec

2

package.json
{
"name" : "kexec",
"version" : "0.0.1",
"version" : "0.0.2",
"description" : "Replace your Node.js process with another process. Like Ruby exec.",

@@ -5,0 +5,0 @@ "homepage" : [

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