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

@lerna-lite/init

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna-lite/init - npm Package Compare versions

Comparing version
4.10.5
to
4.11.0
+4
-2
dist/init-command.js

@@ -81,4 +81,6 @@ import { join } from 'node:path';

if (this.exact) {
const commandConfig = config.command || (config.command = {});
const initConfig = commandConfig.init || (commandConfig.init = {});
config.command ??= {};
const commandConfig = config.command;
commandConfig.init ??= {};
const initConfig = commandConfig.init;
initConfig.exact = true;

@@ -85,0 +87,0 @@ }

{
"name": "@lerna-lite/init",
"version": "4.10.5",
"version": "4.11.0",
"description": "Lerna-Lite init commmand - Create a new Lerna repo or upgrade an existing repo to the current version of Lerna",

@@ -29,3 +29,3 @@ "homepage": "https://github.com/lerna-lite/lerna-lite",

"dependencies": {
"@lerna-lite/core": "4.10.5",
"@lerna-lite/core": "4.11.0",
"fs-extra": "^11.3.3",

@@ -38,3 +38,3 @@ "p-map": "^7.0.4",

},
"gitHead": "79d10542f456270112478d011785e6a73ad99d8f"
"gitHead": "ef74c147bb15c007acf5815a848563ce669259a2"
}

Sorry, the diff of this file is not supported yet