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.6.0 to 6.6.1

mod.mjs

9

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

@@ -10,7 +10,7 @@ "repository": {

"main": "dist/index.js",
"module": "mod.js",
"module": "mod.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./mod.js",
"import": "./mod.mjs",
"require": "./dist/index.js"

@@ -24,2 +24,3 @@ },

"!**/__test__/**",
"/mod.mjs",
"/mod.js",

@@ -33,3 +34,3 @@ "/mod.d.ts"

"toc": "markdown-toc -i README.md",
"prepublishOnly": "npm run build",
"prepublishOnly": "npm run build && cp mod.js mod.mjs",
"docs:api": "typedoc --out api-doc --readme none --exclude \"**/__test__/**\" --theme minimal"

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

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

- [bili](https://github.com/egoist/bili): ๐Ÿฅ‚ Schweizer Armeemesser for bundling JavaScript libraries.
- [lass](https://github.com/lassjs/lass): ๐Ÿ’๐Ÿป Scaffold a modern package boilerplate for Node.js.
- [Lad](https://github.com/ladjs/lad): ๐Ÿ‘ฆ Lad scaffolds a Koa webapp and API framework for Node.js.
- [Lass](https://github.com/lassjs/lass): ๐Ÿ’๐Ÿป Scaffold a modern package boilerplate for Node.js.
- [Foy](https://github.com/zaaack/foy): ๐Ÿ— A lightweight and modern task runner and build tool for general purpose.

@@ -322,0 +323,0 @@ - [Vuese](https://github.com/vuese/vuese): ๐Ÿค— One-stop solution for vue component documentation.

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