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

@ngx-next/cli

Package Overview
Dependencies
Maintainers
1
Versions
327
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngx-next/cli - npm Package Compare versions

Comparing version 0.2.16-next.0 to 0.2.17-next.0

17

lib/commands/release.js

@@ -53,17 +53,4 @@ "use strict";

task: () => {
const lernaJson = this.lernaJson;
if (!lernaJson) {
this.error(`
lerna.json not found.
please add lerna.json to the workspace root.
`);
}
return this.taskRunner.task(this.exec('git', ['tag', '-d', 'next']), 'Removing Next Tag...');
return this.taskRunner.task(this.exec('git', ['tag', '-f', 'next', '-m "next"']), 'Adding Next Tag...');
},
title: 'Remove Next Tag',
},
{
task: () => {
return this.taskRunner.task(this.exec('git', ['tag', 'next', '-m "next"']), 'Adding Next Tag...');
},
title: 'Add Next Tag',

@@ -73,3 +60,3 @@ },

task: () => {
return this.taskRunner.task(this.shell(`git push -f --follow-tags --no-verify origin ${this.currentBranch}`), 'Pushing to GitHub...');
return this.taskRunner.task(this.shell(`git push --follow-tags --no-verify origin ${this.currentBranch}`), 'Pushing to GitHub...');
},

@@ -76,0 +63,0 @@ title: 'Push to GitHub',

8

package.json
{
"name": "@ngx-next/cli",
"version": "0.2.16-next.0",
"version": "0.2.17-next.0",
"description": "cli tool for the ngx-next platform",

@@ -31,4 +31,4 @@ "keywords": [

"dependencies": {
"@ngx-next/logger": "0.2.16-next.0",
"@ngx-next/task-runner": "0.2.16-next.0",
"@ngx-next/logger": "0.2.17-next.0",
"@ngx-next/task-runner": "0.2.17-next.0",
"@oclif/command": "1.5.6",

@@ -57,3 +57,3 @@ "@oclif/config": "1.9.0",

},
"gitHead": "315de95d7161deacfa862e6a7de1985b21a41224"
"gitHead": "9edc354f3532ba596fddc5e3c28e1eb68f33ab39"
}

Sorry, the diff of this file is not supported yet

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