Socket
Socket
Sign inDemoInstall

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.1 to 0.4.3

\

8

dist/Commands/Layer.js
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Layer = void 0;
const debug = console.log;
const debugMatch = console.log;
const debug_1 = __importDefault(require("debug"));
const debug = (0, debug_1.default)('cowmand:layer');
const debugMatch = (0, debug_1.default)('cowmand:layer:match');
/**

@@ -7,0 +11,0 @@ * To Create Layer

"use strict";
// import Debug from 'debug';
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.program = void 0;
const debug_1 = __importDefault(require("debug"));
const Terminal_1 = require("./Terminal");
const Layer_1 = require("./Commands/Layer");
const debug = console.log; // Debug('cowmand:program');
const debug = (0, debug_1.default)('cowmand:program');
const program = { params: {} };

@@ -9,0 +12,0 @@ exports.program = program;

{
"name": "cowmand",
"version": "0.4.1",
"version": "0.4.3",
"description": "Fast helper to create a cli",

@@ -34,2 +34,3 @@ "tags": [

"chalk": "4.1.2",
"debug": "^4.3.3",
"jsonfile": "^6.1.0",

@@ -39,2 +40,3 @@ "ora": "5.4.1"

"devDependencies": {
"@types/debug": "^4.1.7",
"@types/jsonfile": "^6.0.1",

@@ -41,0 +43,0 @@ "@types/merge-descriptors": "^1.0.1",

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