Socket
Socket
Sign inDemoInstall

argon-cli

Package Overview
Dependencies
56
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

6

index.js

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

message: `Select a bundle where you wish to place your JavaScript file\nOR\nSelect "new" to create new bundle`,
choices: ['new', ...bundles],
choices: ['[new]', ...bundles],
default: 'new',

@@ -75,3 +75,3 @@ name: 'bundle'

return new Promise((resolve, reject) => {
if (bundle === 'new') {
if (bundle === '[new]') {
inquirer.prompt([{

@@ -96,3 +96,3 @@ message: 'Enter a bundle name',

} else {
resolve();
resolve(bundle);
}

@@ -99,0 +99,0 @@ });

{
"name": "argon-cli",
"version": "0.2.1",
"version": "0.2.2",
"description": "Argon CLI provide tools for creating components and running build scripts",

@@ -5,0 +5,0 @@ "main": "index.js",

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