New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@centipod/cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@centipod/cli - npm Package Compare versions

Comparing version 0.0.1-alpha.4 to 0.0.1-alpha.5

4

dist/cmd/semantic-release.js

@@ -75,2 +75,6 @@ "use strict";

switch (e.code) {
case core_1.CentipodErrorCode.NOTHING_TO_DO:
logger_1.logger.info('Nothing to do. Evry packages are already up-to-date');
process.exit(0);
break;
case core_1.CentipodErrorCode.NO_SEMANTIC_RELEASE_TAGS_FOUND:

@@ -77,0 +81,0 @@ logger_1.logger.error('Previous semantic release tag could not be found. Have you initialized semenatic-release with command "centipod semantic-release init <version>"');

4

package.json
{
"name": "@centipod/cli",
"version": "0.0.1-alpha.4",
"version": "0.0.1-alpha.5",
"description": "Monorepo utils",

@@ -17,3 +17,3 @@ "author": "Mario Arnautou",

"dependencies": {
"@centipod/core": "0.0.1-alpha.4",
"@centipod/core": "0.0.1-alpha.5",
"chalk": "^4.1.1",

@@ -20,0 +20,0 @@ "commander": "^7.2.0"

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