Socket
Socket
Sign inDemoInstall

@cocreate/cli

Package Overview
Dependencies
Maintainers
1
Versions
224
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.33.5 to 1.33.6

7

CHANGELOG.md

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

## [1.33.6](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.33.5...v1.33.6) (2023-06-11)
### Bug Fixes
* [@cocreate](https://github.com/cocreate) ([7334909](https://github.com/CoCreate-app/CoCreate-cli/commit/73349097604ceab943a1deaf33e3635166178141))
## [1.33.5](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.33.4...v1.33.5) (2023-06-11)

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

2

check-coc.js

@@ -11,3 +11,3 @@ const { execSync } = require('child_process');

try {
execSync('npm install -g coc', { stdio: 'inherit' });
execSync('npm install -g @cocreate/cli', { stdio: 'inherit' });
console.log('"coc" has been installed globally.');

@@ -14,0 +14,0 @@ } catch (error) {

{
"name": "@cocreate/cli",
"version": "1.33.5",
"version": "1.33.6",
"description": "Polyrepo management bash CLI tool. Run all git commands and yarn commands on multiple repositories. Also includes a few custom macros for cloning, installing, etc.",

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

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