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.5.9 to 6.5.10

2

dist/index.d.ts

@@ -191,2 +191,2 @@ /// <reference types="node" />

export default cac;
export { cac };
export { CAC, Command, cac };

@@ -602,3 +602,5 @@ 'use strict';

exports.CAC = CAC;
exports.Command = Command;
exports.cac = cac;
exports.default = cac;

@@ -218,2 +218,2 @@

export default cac;
export { cac };
export { CAC, Command, cac };

@@ -1026,2 +1026,2 @@ // Copyright Joyent, Inc. and other Node contributors.

export default cac;
export { cac };
export { CAC, Command, cac };
{
"name": "cac",
"version": "6.5.9",
"version": "6.5.10",
"description": "Simple yet powerful framework for building command-line apps.",

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

@@ -284,3 +284,3 @@ <img width="945" alt="2017-07-26 9 27 05" src="https://user-images.githubusercontent.com/8784712/28623641-373450f4-7249-11e7-854d-1b076dab274d.png">

```ts
// deno-types="https://unpkg.com/cac/mod.d.ts"
// @deno-types="https://unpkg.com/cac/mod.d.ts"
import { cac } from 'https://unpkg.com/cac/mod.js'

@@ -287,0 +287,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