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.7 to 0.1.0

dist/cli.d.ts

8

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

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

"bin": {
"lerna-fixer": "./dist/index.mjs"
"lerna-fixer": "./dist/cli.mjs"
},

@@ -83,2 +83,3 @@ "scripts": {

"eslint": "8.6.0",
"magic-string": "0.25.7",
"mocha": "9.1.3",

@@ -98,3 +99,4 @@ "nodemon": "2.0.15",

"dist/*",
"src/*"
"src/*",
"cli.js"
],

@@ -101,0 +103,0 @@ "dependencies": {

@@ -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.0.7" 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.0" src="https://img.shields.io/npm/v/@donmahallem/lerna-fixer" height="20"/></a>
<a href="https://github.com/donmahallem/lerna-fixer/actions?query=workflow%3ATest+branch%3Amain"><img alt="Test" src="https://github.com/donmahallem/lerna-fixer/workflows/Test/badge.svg?branch=main&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,4 +6,2 @@ /*

import { createCli } from './handle';
void createCli().parseAsync(process.argv);
export { createCli } from './handle';

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