Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign in
Socket

@lerna-lite/cli

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna-lite/cli - npm Package Compare versions

Comparing version
4.11.0
to
4.11.2
+8
-8
package.json
{
"name": "@lerna-lite/cli",
"version": "4.11.0",
"version": "4.11.2",
"description": "Lerna-Lite CLI for the Version/Publish commands",

@@ -24,6 +24,6 @@ "homepage": "https://github.com/lerna-lite/lerna-lite",

"type": "module",
"types": "./dist/index.d.ts",
"types": "./dist/cli.d.ts",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
"types": "./dist/cli.d.ts",
"import": "./dist/cli.js"
},

@@ -34,7 +34,7 @@ "publishConfig": {

"dependencies": {
"@lerna-lite/core": "4.11.0",
"@lerna-lite/init": "4.11.0",
"@lerna-lite/core": "4.11.2",
"@lerna-lite/init": "4.11.2",
"@lerna-lite/npmlog": "4.11.0",
"dedent": "^1.7.1",
"dotenv": "^17.2.3",
"dotenv": "^17.2.4",
"import-local": "^3.2.0",

@@ -67,3 +67,3 @@ "load-json-file": "^7.0.1",

},
"gitHead": "ef74c147bb15c007acf5815a848563ce669259a2"
"gitHead": "3b63fabbaecec450e25768e90e5d5162046a8541"
}