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.44 to 0.0.45

2

package.json
{
"name": "@smartsoft001/cli",
"version": "0.0.44",
"version": "0.0.45",
"bin": {

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

@@ -13,3 +13,3 @@ "use strict";

utils_1.log('Generate library');
utils_1.runCommand(`ng g lib ${res} --type ${args.type ? args.type : ''}`);
utils_1.runCommand(`ng g lib ${res} ${args.type ? '--type' + args.type : ''}`);
break;

@@ -16,0 +16,0 @@ default:

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