Socket
Socket
Sign inDemoInstall

inftest-cli

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.8 to 0.0.9

1

bin/inftest-init.js

@@ -10,2 +10,3 @@ #!/usr/bin/env node

let projectName = program.args[0];
console.log(projectName);
if (!projectName) {

@@ -12,0 +13,0 @@ program.help();

4

lib/download.js

@@ -10,3 +10,3 @@

module.exports = (target) => {
target = path.join(target || '.', TEMP);
target = path.join(target || '.');
const spinner = ora({ color: 'yellow', text: 'Downloading template file...' });

@@ -25,2 +25,2 @@ spinner.start();

})
}
}
{
"name": "inftest-cli",
"version": "0.0.8",
"version": "0.0.9",
"description": "auto make",

@@ -5,0 +5,0 @@ "bin": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc