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.7 to 1.0.12

4

app/bin/cli.ts

@@ -5,5 +5,5 @@ #!/usr/bin/env node

// 自适应特征为判断运行环境是否是linux系统即可!!
const env = 'xxx'
// const env = 'xxx'
// 根据环境不同自动加载不同的命令体系host还是target
console.log('adfasfa')
console.log('adfasfa', __filename)
#!/usr/bin/env node
declare const env = "xxx";
#!/usr/bin/env node
const env = 'xxx';
// 根据环境不同自动加载不同的命令体系host还是target
console.log('adfasfa');
console.log('adfasfa', __filename);
//# sourceMappingURL=cli.js.map
{
"name": "@bxjs/bxjs-cli",
"version": "1.0.7",
"version": "1.0.12",
"description": "bxjs command line interface (docker remote command wrapper)",
"bin": {
"bxjs": "./command.sh"
"bxjs": "./dist/app/bin/cli.js"
},

@@ -8,0 +8,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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