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

commands-manager

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commands-manager - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

11

cli.js

@@ -63,6 +63,9 @@ #!/usr/bin/env node

cli.command("viewAll", "View commands in all groups").alias("viewall").action(() => {
const allCommands = manager.viewAll();
consola.success("All commands:\n", allCommands);
});
cli
.command("viewAll", "View commands in all groups")
.alias("viewall")
.action(() => {
const allCommands = manager.viewAll();
consola.success("All commands:\n", allCommands);
});

@@ -69,0 +72,0 @@ cli

@@ -0,0 +0,0 @@ import R from "ramda";

@@ -0,0 +0,0 @@ import execa from "execa";

@@ -0,0 +0,0 @@ import consola from "consola";

@@ -0,0 +0,0 @@ class GroupDoesNotExistError extends Error {

@@ -0,0 +0,0 @@ import R from "ramda";

@@ -0,0 +0,0 @@ import Conf from "conf";

{
"name": "commands-manager",
"version": "1.0.5",
"version": "1.0.6",
"license": "MIT",

@@ -37,3 +37,3 @@ "type": "module",

"consola": "^2.15.3",
"execa": "^6.0.0",
"execa": "^5.1.1",
"micromatch": "^4.0.4",

@@ -40,0 +40,0 @@ "ramda": "^0.27.1"

@@ -84,4 +84,3 @@ # commands-manager [![NPM version][npm-image]][npm-url]

[npm-image]: https://badge.fury.io/js/commands-manager.svg
[npm-url]: https://npmjs.org/package/commands-manager
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