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

@donmahallem/lerna-fixer

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@donmahallem/lerna-fixer - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

3

package.json
{
"name": "@donmahallem/lerna-fixer",
"version": "0.0.3",
"version": "0.0.4",
"description": "CLI to fix issues with lerna as a workaround",

@@ -80,2 +80,3 @@ "main": "dist/index.cjs",

"rollup": "2.63.0",
"semantic-release": "18.0.1",
"sinon": "12.0.1",

@@ -82,0 +83,0 @@ "standard-version": "9.3.2",

@@ -10,3 +10,3 @@ /*

/**
*
* Does create the root cli
*/

@@ -13,0 +13,0 @@ export function createCli(): Command {

@@ -9,3 +9,4 @@ /*

/**
*
* Creates default verbose option
* Parses option 'verbose' als false by default
*/

@@ -31,5 +32,5 @@ export function createVerboseOption(): Option {

default:
throw new InvalidOptionArgumentError(`Invalid `);
throw new InvalidOptionArgumentError(`Invalid value '${val}' for option 'verbose'`);
}
});
}
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