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

cowmand

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cowmand - npm Package Compare versions

Comparing version 0.4.8 to 0.4.9

dist/cowmand.js.map

2

dist/cowmand.d.ts
declare function createProgram(): import("./program").Program;
export { Context, NextFunction } from './Commands/Layer';
export { Context, NextFunction } from './Layer';
export { Terminal } from './Terminal';
export { createProgram };
export default createProgram;

@@ -16,1 +16,2 @@ "use strict";

exports.default = createProgram;
//# sourceMappingURL=cowmand.js.map

@@ -1,2 +0,2 @@

import { Layer, CommandFunction, CommandErrorFunction, Params } from './Commands/Layer';
import { Layer, CommandFunction, CommandErrorFunction, Params } from './Layer';
export interface Program {

@@ -3,0 +3,0 @@ session: {

@@ -9,3 +9,3 @@ "use strict";

const Terminal_1 = require("./Terminal");
const Layer_1 = require("./Commands/Layer");
const Layer_1 = require("./Layer");
const debug = (0, debug_1.default)('cowmand:program');

@@ -131,1 +131,2 @@ const program = { params: {} };

exports.default = program;
//# sourceMappingURL=program.js.map
export interface OptionsAsk {
hidden: boolean;
}
declare const ask: (question: string, optionsAsk?: OptionsAsk) => Promise<string>;
declare const ask: (question: string, optionsAsk?: OptionsAsk | undefined) => Promise<string>;
export { ask };

@@ -50,1 +50,2 @@ "use strict";

exports.ask = ask;
//# sourceMappingURL=ask.js.map

@@ -52,1 +52,2 @@ "use strict";

exports.terminal = terminal;
//# sourceMappingURL=index.js.map
{
"name": "cowmand",
"version": "0.4.8",
"version": "0.4.9",
"description": "Fast helper to create a cli",

@@ -5,0 +5,0 @@ "tags": [

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