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.42 to 0.0.43

2

package.json
{
"name": "@smartsoft001/cli",
"version": "0.0.42",
"version": "0.0.43",
"bin": {

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

@@ -33,2 +33,6 @@ # @smartsoft001/cli

alias:
`smart g lib [name] [--type=default]`
Parameters:

@@ -35,0 +39,0 @@ <table>

@@ -28,2 +28,5 @@ "use strict";

}))
.command('g', 'Generate resource', () => null, (args) => tslib_1.__awaiter(void 0, void 0, void 0, function* () {
yield generate_1.generate(args);
}))
.command('$0', 'Show usage', () => null, (args) => {

@@ -30,0 +33,0 @@ console.log(path_1.basename(args['$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