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

liftoff

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

liftoff - npm Package Compare versions

Comparing version 0.13.0 to 0.13.1

6

index.js

@@ -146,4 +146,2 @@ const util = require('util');

var execute = fn.bind(this, this.buildEnvironment(opts));
if (this.nodeFlags) {

@@ -155,7 +153,7 @@ flaggedRespawn(this.nodeFlags, process.argv, function (ready, child) {

if (ready) {
execute();
fn.call(this, this.buildEnvironment(opts));
}
}.bind(this));
} else {
execute();
fn.call(this, this.buildEnvironment(opts));
}

@@ -162,0 +160,0 @@

{
"name": "liftoff",
"description": "Launch your command line tool with ease.",
"version": "0.13.0",
"version": "0.13.1",
"homepage": "https://github.com/tkellen/node-liftoff",

@@ -6,0 +6,0 @@ "author": {

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