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.29.3 to 1.30.0

check-coc.js

8

CHANGELOG.md

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

# [1.30.0](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.29.3...v1.30.0) (2023-06-07)
### Features
* Add @cocreate/file dependency, remove @cocreate/docs and prompt from the dependencies section, and refactor code inside the upload.js file. ([8fa20cd](https://github.com/CoCreate-app/CoCreate-cli/commit/8fa20cdbde1ab3e1d4397f41673d0d9b17c4966c))
* Install "coc" globally if not already installed ([cad848b](https://github.com/CoCreate-app/CoCreate-cli/commit/cad848bfefe2f66fb323eca3eac292d9547e6cc6))
## [1.29.3](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.29.2...v1.29.3) (2023-06-04)

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

8

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

@@ -40,3 +40,2 @@ "keywords": [

"docs": "node ./node_modules/@cocreate/docs/src/index.js",
"hosting": "node ./node_modules/@cocreate/hosting/src/index.js",
"permissions": "chmod +rwx /home/ubuntu/.nvm/versions/node/v19.8.1/bin/coc"

@@ -64,8 +63,7 @@ },

"@cocreate/docs": "^1.7.15",
"@cocreate/hosting": "^1.10.8",
"@cocreate/file": "^1.0.0",
"colors": "latest",
"glob": "^7.1.7",
"prettier": "^2.3.2",
"prompt": "^1.2.0"
"prettier": "^2.3.2"
}
}

@@ -102,2 +102,6 @@ module.exports = [

{
'path': '../CoCreate-file',
'repo': 'github.com/CoCreate-app/CoCreate-file.git'
},
{
'path': '../CoCreate-filter',

@@ -104,0 +108,0 @@ 'repo': 'github.com/CoCreate-app/CoCreate-filter.git'

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