Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@4c/cli

Package Overview
Dependencies
Maintainers
5
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@4c/cli - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

13

commands/release.js

@@ -221,2 +221,10 @@ const path = require('path');

const isPrerelease = !!semver.prerelease(nextVersion);
const tag = npmTag || isPrerelease ? 'next' : 'latest';
PromptUtilities.confirm(
`Are you sure you want to publish version: ` +
`${chalk.bold(`${nextVersion}@${tag}`)}?`,
);
await ConsoleUtilities.step(

@@ -239,5 +247,2 @@ 'Tagging and committing version bump',

async () => {
const tag =
npmTag || semver.prerelease(nextVersion) ? 'next' : 'latest';
const args = ['publish'];

@@ -263,2 +268,4 @@ if (publishDir) {

}
console.log(`🎉 Done! \n\nhttps://npm.im/${pkg.name}`);
} catch (err) {

@@ -265,0 +272,0 @@ /* ignore */

{
"name": "@4c/cli",
"version": "0.1.1",
"version": "0.1.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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc