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.17 to 0.4.18

8

dist/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_1 = __importDefault(require("debug"));
const debug = (0, debug_1.default)('cowmand:layer');
const debugMatch = (0, debug_1.default)('cowmand:layer:match');
const debug = console.log;
const debugMatch = console.log;
/**

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

"use strict";
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("./Layer");
const debug = (0, debug_1.default)('cowmand:program');
const debug = console.log;
const program = { params: {} };

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

{
"name": "cowmand",
"version": "0.4.17",
"version": "0.4.18",
"description": "Fast helper to create a cli",

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

"chalk": "^5.0.0",
"debug": "^4.3.3",
"ora": "^6.0.1"

@@ -37,0 +36,0 @@ },

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