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.12.0 to 0.12.1

5

index.js

@@ -101,4 +101,7 @@ const util = require('util');

// get extension of config name, taking anything after the -first- dot
var configExtension = /(\.[^\/]*)?$/.exec(configPath)[0];
// preload module needed for config if any has been specified.
var requireForExtension = this.extensions[path.extname(configPath)];
var requireForExtension = this.extensions[configExtension];
if (requireForExtension) {

@@ -105,0 +108,0 @@ preload.push(requireForExtension);

6

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

@@ -43,5 +43,5 @@ "author": {

"resolve": "~0.7.0",
"minimist": "~0.1.0",
"extend": "~1.2.1"
"minimist": "~0.2.0",
"extend": "~1.3.0"
}
}

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