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.2 to 6.5.3

2

dist/index.js

@@ -267,3 +267,3 @@ 'use strict';

const platformInfo = deno
? `${Deno.platform.os}-${Deno.platform.arch} deno-${Deno.version.deno}`
? `${Deno.build.os}-${Deno.build.arch} deno-${Deno.version.deno}`
: `${process.platform}-${process.arch} node-${process.version}`;

@@ -270,0 +270,0 @@

@@ -263,3 +263,3 @@ import { EventEmitter } from 'events';

const platformInfo = deno
? `${Deno.platform.os}-${Deno.platform.arch} deno-${Deno.version.deno}`
? `${Deno.build.os}-${Deno.build.arch} deno-${Deno.version.deno}`
: `${process.platform}-${process.arch} node-${process.version}`;

@@ -266,0 +266,0 @@

{
"name": "cac",
"version": "6.5.2",
"version": "6.5.3",
"description": "Simple yet powerful framework for building command-line apps.",

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

@@ -282,2 +282,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">

- [Vuese](https://github.com/vuese/vuese): ๐Ÿค— One-stop solution for vue component documentation.
- [NUT](https://github.com/nut-project/nut): ๐ŸŒฐ A framework born for microfrontends
- Feel free to add yours here...

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