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

@manypkg/cli

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@manypkg/cli - npm Package Compare versions

Comparing version 0.20.0 to 0.21.0

11

CHANGELOG.md
# @manypkg/cli
## 0.21.0
### Minor Changes
- [#174](https://github.com/Thinkmill/manypkg/pull/174) [`de0fff3`](https://github.com/Thinkmill/manypkg/commit/de0fff37af9e6dc21b75b7115381483c1e85b8a7) Thanks [@steve-taylor](https://github.com/steve-taylor)! - Restored support for Bolt monorepos.
### Patch Changes
- Updated dependencies [[`de0fff3`](https://github.com/Thinkmill/manypkg/commit/de0fff37af9e6dc21b75b7115381483c1e85b8a7)]:
- @manypkg/get-packages@2.2.0
## 0.20.0

@@ -4,0 +15,0 @@

1

dist/manypkg-cli.cjs.dev.js

@@ -497,2 +497,3 @@ 'use strict';

const cliRunners = {
bolt: "bolt",
lerna: "lerna",

@@ -499,0 +500,0 @@ pnpm: "pnpm",

@@ -497,2 +497,3 @@ 'use strict';

const cliRunners = {
bolt: "bolt",
lerna: "lerna",

@@ -499,0 +500,0 @@ pnpm: "pnpm",

@@ -463,2 +463,3 @@ import chalk from 'chalk';

const cliRunners = {
bolt: "bolt",
lerna: "lerna",

@@ -465,0 +466,0 @@ pnpm: "pnpm",

4

package.json
{
"name": "@manypkg/cli",
"version": "0.20.0",
"version": "0.21.0",
"repository": {

@@ -16,3 +16,3 @@ "type": "git",

"dependencies": {
"@manypkg/get-packages": "^2.0.0",
"@manypkg/get-packages": "^2.2.0",
"chalk": "^2.4.2",

@@ -19,0 +19,0 @@ "detect-indent": "^6.0.0",

# Manypkg
Manypkg is a linter for `package.json` files in Yarn, Lerna, pnpm or Rush monorepos.
Manypkg is a linter for `package.json` files in Yarn, Bolt, Lerna, pnpm or Rush monorepos.

@@ -5,0 +5,0 @@ ## Install

@@ -19,2 +19,3 @@ import * as fs from "fs-extra";

const cliRunners: Record<string, string> = {
bolt: "bolt",
lerna: "lerna",

@@ -21,0 +22,0 @@ pnpm: "pnpm",

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