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.1.4 to 0.1.5

dist/handle-0dcccff6.mjs

2

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

@@ -5,0 +5,0 @@ "main": "dist/index.cjs",

@@ -6,3 +6,3 @@ <!-- ⚠️ This README has been generated from the file(s) "./readme_blueprint.md" ⚠️-->

<p align="center">
<a href="https://www.npmjs.com/package/@donmahallem/lerna-fixer"><img alt="NPM Version 0.1.4" src="https://img.shields.io/npm/v/@donmahallem/lerna-fixer" height="20"/></a>
<a href="https://www.npmjs.com/package/@donmahallem/lerna-fixer"><img alt="NPM Version 0.1.5" src="https://img.shields.io/npm/v/@donmahallem/lerna-fixer" height="20"/></a>
<a href="https://github.com/donmahallem/lerna-fixer/actions/workflows/test.yml"><img alt="Test" src="https://github.com/donmahallem/lerna-fixer/actions/workflows/test.yml/badge.svg?event=push" height="20"/></a>

@@ -9,0 +9,0 @@ <a href="https://codecov.io/gh/donmahallem/lerna-fixer/branch/main"><img alt="codecov" src="https://codecov.io/gh/donmahallem/lerna-fixer/branch/main/graph/badge.svg" height="20"/></a>

@@ -6,3 +6,3 @@ /*

import { InvalidOptionArgumentError, Option } from 'commander';
import { InvalidArgumentError, Option } from 'commander';

@@ -32,5 +32,5 @@ /**

default:
throw new InvalidOptionArgumentError(`Invalid value '${val}' for option 'verbose'`);
throw new InvalidArgumentError(`Invalid value '${val}' for option 'verbose'`);
}
});
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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