Socket
Socket
Sign inDemoInstall

@4c/cli

Package Overview
Dependencies
158
Maintainers
5
Versions
98
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

6

commands/release.js

@@ -136,3 +136,3 @@ const path = require('path');

type: 'bool',
default: false,
default: undefined,
}),

@@ -238,4 +238,4 @@

}
const exists = !await npmName(pkg.name);
if (!exists) {
if (isPublic != null) {
args.push('--access', isPublic ? 'public' : 'restricted');

@@ -242,0 +242,0 @@ }

{
"name": "@4c/cli",
"version": "0.0.1",
"version": "0.0.2",
"main": "index.js",

@@ -5,0 +5,0 @@ "repository": "https://github.com/4Catalyzer/init.git",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc