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.34.1 to 1.34.2

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## [1.34.2](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.34.1...v1.34.2) (2023-06-14)
### Bug Fixes
* fonts path ([11186ee](https://github.com/CoCreate-app/CoCreate-cli/commit/11186eecce7c47623d860e6dd5f78b7cee2097f8))
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([ba5d796](https://github.com/CoCreate-app/CoCreate-cli/commit/ba5d79620a0e4700eb6c6dcf6bed19393dff5bc6))
## [1.34.1](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.34.0...v1.34.1) (2023-06-14)

@@ -2,0 +10,0 @@

6

package.json
{
"name": "@cocreate/cli",
"version": "1.34.1",
"version": "1.34.2",
"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.",

@@ -60,4 +60,4 @@ "keywords": [

"dependencies": {
"@cocreate/config": "^1.0.2",
"@cocreate/file": "^1.3.4",
"@cocreate/config": "^1.0.4",
"@cocreate/file": "^1.3.6",
"glob": "^7.1.7",

@@ -64,0 +64,0 @@ "prettier": "^2.3.2"

const spawn = require('../spawn');
const { color } = require('./fonts');
const { color } = require('../fonts');

@@ -4,0 +4,0 @@ module.exports = async function linkPackages(repos, args) {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc