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.3 to 0.2.4

6

index.js

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

} else {
createComponent(inputComponentName, data.bundle);
const params = [inputComponentName];
if (moduleName === 'Component') {
params.push(data.bundle);
}
createComponent(...params);
}

@@ -176,0 +180,0 @@ } catch (e) {

2

package.json
{
"name": "argon-cli",
"version": "0.2.3",
"version": "0.2.4",
"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