Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cocreate/cli

Package Overview
Dependencies
Maintainers
1
Versions
225
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.40.0 to 1.40.1

9

CoCreate.config.js

@@ -11,3 +11,4 @@ module.exports = {

"name": "index.html",
"path": "/docs/cli/index.html",
"path": "/docs/cli",
"pathname": "/docs/cli/index.html",
"src": "{{./docs/index.html}}",

@@ -17,7 +18,5 @@ "host": [

],
"directory": "/docs/cli",
"parentDirectory": "{{parentDirectory}}",
"directory": "cli",
"content-type": "{{content-type}}",
"public": "true",
"website_id": "644d4bff8036fb9d1d1fd69c"
"public": "true"
}

@@ -24,0 +23,0 @@ }

{
"name": "@cocreate/cli",
"version": "1.40.0",
"version": "1.40.1",
"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.",

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

"dependencies": {
"@cocreate/config": "^1.5.0",
"@cocreate/file": "^1.6.1",
"@cocreate/config": "^1.5.1",
"@cocreate/file": "^1.7.1",
"glob": "^7.1.7",

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

@@ -40,3 +40,4 @@ let glob = require("glob");

"name": "index.html",
"path": "/docs/${name}/index.html",
"path": "/docs/${name}",
"pathname": "/docs/${name}/index.html",
"src": "{{./docs/index.html}}",

@@ -46,7 +47,5 @@ "host": [

],
"directory": "/docs/${name}",
"parentDirectory": "{{parentDirectory}}",
"directory": "${name}",
"content-type": "{{content-type}}",
"public": "true",
"website_id": "644d4bff8036fb9d1d1fd69c"
"public": "true"
}

@@ -53,0 +52,0 @@ }

Sorry, the diff of this file is too big to display

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