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

@bxjs/bxjs-cli

Package Overview
Dependencies
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bxjs/bxjs-cli - npm Package Compare versions

Comparing version 1.0.19 to 1.0.20

9

dist/index.js

@@ -0,1 +1,10 @@

var program = require('commander');
program
.command('init')
.description('init project for local')
.action(function (options) {
// to do
console.log('init command', __dirname, options);
});
program.parse(process.argv); //开始解析用户输入的命令
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "@bxjs/bxjs-cli",
"version": "1.0.19",
"version": "1.0.20",
"description": "bxjs command line interface (docker remote command wrapper)",

@@ -5,0 +5,0 @@ "bin": {

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