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

@kearisp/cli

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kearisp/cli - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8-beta.0

lib/errors/CommandNotFoundError.d.ts

1

lib/index.d.ts

@@ -0,3 +1,4 @@

export * from "./errors";
export * from "./makes";
export * from "./types";
export * from "./env";

@@ -17,4 +17,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./errors"), exports);
__exportStar(require("./makes"), exports);
__exportStar(require("./types"), exports);
__exportStar(require("./env"), exports);

3

lib/makes/Cli.js

@@ -6,2 +6,3 @@ "use strict";

const Path = require("path");
const CommandNotFoundError_1 = require("../errors/CommandNotFoundError");
const InvalidError_1 = require("../errors/InvalidError");

@@ -78,3 +79,3 @@ const Command_1 = require("./Command");

}
throw new Error("Invalid command");
throw new CommandNotFoundError_1.CommandNotFoundError();
}

@@ -81,0 +82,0 @@ async complete(parts) {

{
"name": "@kearisp/cli",
"version": "2.0.7",
"version": "2.0.8-beta.0",
"license": "MIT",
"author": "Kris Papercut <krispcut@gmail.com>",
"description": "Command line interface for node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"keywords": [

@@ -37,3 +37,3 @@ "cli",

"@types/jest": "^29.5.14",
"@types/node": "^20.12.7",
"@types/node": "^22.13.0",
"fs": "^0.0.1-security",

@@ -43,4 +43,4 @@ "jest": "^29.7.0",

"ts-node": "^10.9.2",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
}
}
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