Socket
Socket
Sign inDemoInstall

cac

Package Overview
Dependencies
0
Maintainers
3
Versions
120
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.7.9 to 6.7.10

index-compat.js

9

dist/index.js

@@ -619,11 +619,2 @@ 'use strict';

const cac = (name = "") => new CAC(name);
if (typeof module !== "undefined") {
module.exports = cac;
Object.assign(module.exports, {
default: cac,
cac,
CAC: CAC,
Command: Command
});
}

@@ -630,0 +621,0 @@ exports.CAC = CAC;

7

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

@@ -9,3 +9,3 @@ "repository": {

},
"main": "dist/index.js",
"main": "index-compat.js",
"module": "dist/index.mjs",

@@ -26,3 +26,4 @@ "types": "dist/index.d.ts",

"/mod.ts",
"/deno"
"/deno",
"/index-compat.js"
],

@@ -29,0 +30,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc