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

@busy-web/cli

Package Overview
Dependencies
Maintainers
4
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@busy-web/cli - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

2

package.json
{
"name": "@busy-web/cli",
"version": "0.7.1",
"version": "0.7.2",
"description": "Command line tools to enhance web dev tasks",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -44,10 +44,10 @@ /**

if (/v[0-9]+\.[0-9]+\.[0-9]+$/.test(tag)) {
this.ui.info('Preparing production deploy...');
return getRevision.call(this).then(revision => {
return this.cmd(`ember deploy production`).then(() => {
return this.cmd(`ember deploy:activate --revision ${revision} production`).then(() => {
return this.resolve('Deploy finished!');
});
});
});
this.ui.info('Preparing production deploy...', tag);
//return getRevision.call(this).then(revision => {
// return this.cmd(`ember deploy production`).then(() => {
// return this.cmd(`ember deploy:activate --revision ${revision} production`).then(() => {
// return this.resolve('Deploy finished!');
// });
// });
//});
} else {

@@ -54,0 +54,0 @@ this.resolve('Not a production tag. Skipping deploy');

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