Socket
Socket
Sign inDemoInstall

@cocreate/cli

Package Overview
Dependencies
Maintainers
1
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocreate/cli - npm Package Compare versions

Comparing version 1.12.5 to 1.12.6

src/commands/yarnInstall.js

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.12.6](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.5...v1.12.6) (2021-10-13)
### Bug Fixes
* CoC install failed on yarn install command ([4a44251](https://github.com/CoCreate-app/CoCreate-cli/commit/4a44251818929eb4becdae34dd75564f23bffa1c))
## [1.12.5](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.4...v1.12.5) (2021-10-13)

@@ -2,0 +9,0 @@

2

package.json
{
"name": "@cocreate/cli",
"version": "1.12.5",
"version": "1.12.6",
"description": "A simple cli component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -9,3 +9,3 @@ const spawn = require('../spawn');

let installFailed = await execute('yarn install', repos)
let installFailed = await require('./yarnInstall.js')(repos)

@@ -12,0 +12,0 @@ let linkFailed = await require('./link.js')( repos, allRepos)

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