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

@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.37 to 0.0.38

2

package.json
{
"name": "@smartsoft001/cli",
"version": "0.0.37",
"version": "0.0.38",
"bin": {

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

@@ -8,6 +8,7 @@ "use strict";

return tslib_1.__awaiter(this, void 0, void 0, function* () {
switch (args['$0']) {
const [, type, res, opt1] = args["_"];
switch (type) {
case 'library':
utils_1.log('Generate library');
utils_1.runCommand(`ng g library ${args['$1']} ${args['$2'] ? args['$2'] : ''}`);
utils_1.runCommand(`ng g library ${res} ${opt1 ? opt1 : ''}`);
break;

@@ -14,0 +15,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