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

@artus-cli/artus-cli

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@artus-cli/artus-cli - npm Package Compare versions

Comparing version 0.0.2-beta.1 to 0.0.2-beta.2

13

dist/core/parsed_commands.js

@@ -262,6 +262,11 @@ "use strict";

}
// all pass
result.matched = result.fuzzyMatched;
debug('Final match result is %s', result.matched.clz.name);
return result;
if (fuzzyMatched.isRunable) {
// all pass
result.matched = result.fuzzyMatched;
debug('Final match result is %s', result.matched.clz.name);
return result;
}
else {
debug('Command is not implement');
}
}

@@ -268,0 +273,0 @@ result.error = new Error('Command not found');

{
"name": "@artus-cli/artus-cli",
"version": "0.0.2-beta.1",
"version": "0.0.2-beta.2",
"description": "common-bin base on artus",

@@ -11,5 +11,6 @@ "homepage": "https://github.com/artus-cli/artus-cli",

"scripts": {
"lint": "eslint . --ext .ts",
"lint": "eslint . --ext .ts && tsc --noEmit",
"test": "cross-env TS_NODE_PROJECT=test/tsconfig.json mocha",
"cov": "c8 -n src/ npm test",
"ci": "npm run cov",
"tsc": "rm -rf dist && tsc",

@@ -16,0 +17,0 @@ "prepack": "npm run tsc"

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