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

@edifice.io/cli

Package Overview
Dependencies
Maintainers
0
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@edifice.io/cli - npm Package Compare versions

Comparing version 1.6.0-develop.8 to 1.6.0-develop.9

2

package.json
{
"name": "@edifice.io/cli",
"version": "1.6.0-develop.8",
"version": "1.6.0-develop.9",
"description": "Edifice Frontend CLI",

@@ -5,0 +5,0 @@ "keywords": [

@@ -100,4 +100,6 @@ // @ts-check

).all.filter((c) => {
console.log(c.message);
const exclude = [
c.message.startsWith("Merge branch "), // No merge commits
c.message.includes("version & publish"), // No version bump commits
c.message.startsWith(releaseCommitMsg("")), // No example update commits

@@ -159,3 +161,2 @@ ].some(Boolean);

}
return releaseLevel;

@@ -412,3 +413,3 @@ },

console.info("Pushing changes...");
execSync("git push");
execSync(`git push origin ${currentGitBranch()}`);
console.info(" Changes pushed.");

@@ -415,0 +416,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