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

liftoff

Package Overview
Dependencies
Maintainers
4
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 2.2.4 to 2.2.5

4

package.json
{
"name": "liftoff",
"description": "Launch your command line tool with ease.",
"version": "2.2.4",
"version": "2.2.5",
"homepage": "https://github.com/js-cli/js-liftoff",

@@ -39,3 +39,3 @@ "author": {

"extend": "^3.0.0",
"findup-sync": "^0.3.0",
"findup-sync": "^0.4.2",
"flagged-respawn": "^0.3.2",

@@ -42,0 +42,0 @@ "rechoir": "^0.6.2",

@@ -277,3 +277,3 @@ <p align="center">

Emitted when Liftoff re-spawns your process (when a [`nodeFlag`](#optsnodeflags) is detected).
Emitted when Liftoff re-spawns your process (when a [`v8flags`](#optsv8flags) is detected).

@@ -283,3 +283,3 @@ ```js

name: 'hacker',
nodeFlags: ['--harmony']
v8flags: ['--harmony']
});

@@ -286,0 +286,0 @@ Hacker.on('respawn', function (flags, child) {

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