Socket
Socket
Sign inDemoInstall

cac

Package Overview
Dependencies
Maintainers
3
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cac - npm Package Compare versions

Comparing version 6.3.7 to 6.3.8

5

dist/index.js

@@ -769,3 +769,6 @@ 'use strict';

const CAC_1$$1 = __importDefault(CAC_1);
const cac = () => new CAC_1$$1.default();
/**
* @param name The program name to display in help and version message
*/
const cac = (name = '') => new CAC_1$$1.default(name);
module.exports = cac;

@@ -772,0 +775,0 @@ });

2

package.json
{
"name": "cac",
"version": "6.3.7",
"version": "6.3.8",
"description": "Simple yet powerful framework for building command-line apps.",

@@ -5,0 +5,0 @@ "repository": {

import CAC from './CAC';
declare const cac: () => CAC;
/**
* @param name The program name to display in help and version message
*/
declare const cac: (name?: string) => CAC;
export = cac;
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