Socket
Socket
Sign inDemoInstall

@smartsoft001/cli

Package Overview
Dependencies
Maintainers
1
Versions
450
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smartsoft001/cli - npm Package Compare versions

Comparing version 0.0.22 to 0.0.23

2

package.json
{
"name": "@smartsoft001/cli",
"version": "0.0.22",
"version": "0.0.23",
"bin": {

@@ -5,0 +5,0 @@ "smart": "smart.js"

@@ -47,6 +47,6 @@ "use strict";

}
function runSetNgConfig() {
function runSetNgConfig(target) {
log('Set NG config');
runCommand("ng config cli.defaultCollection @smartsoft001/schematics");
runCommand("ng add @smartsoft001/schematics");
runCommand("ng config cli.defaultCollection @smartsoft001/schematics", target);
runCommand("ng add @smartsoft001/schematics", target);
}

@@ -72,3 +72,3 @@ function createNxWorkspace(name) {

runInstallDevDeps(target);
runSetNgConfig();
runSetNgConfig(target);
});

@@ -75,0 +75,0 @@ }

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