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.4 to 0.0.5

dist/dist/config.d.ts

16

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

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

},
"bin": {
"lerna-fixer": "./dist/index.js"
},
"scripts": {

@@ -23,3 +26,4 @@ "test": "mocha --config .mocharc.yml --experimental-specifier-resolution=node",

"build:readme": "npx @appnest/readme generate --input ./readme_blueprint.md --config readme_config.json",
"build": "tsc -p tsconfig.app.json",
"build": "rollup -c rollup.config.js",
"build:tsc": "tsc -p tsconfig.app.json",
"start": "ts-node ./src/index.ts",

@@ -49,3 +53,3 @@ "test-ci": "nyc npm run test",

"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},

@@ -65,5 +69,7 @@ "contributors": [

"@appnest/readme": "1.2.7",
"@donmahallem/eslint-config": "0.5.3",
"@donmahallem/rollup-config": "0.8.0",
"@donmahallem/eslint-config": "0.5.4",
"@donmahallem/rollup-config": "0.8.1",
"@rollup/plugin-commonjs": "21.0.1",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@types/chai": "4.3.0",

@@ -70,0 +76,0 @@ "@types/lerna__package": "4.0.1",

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