Socket
Socket
Sign inDemoInstall

lerna-update-wizard

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lerna-update-wizard - npm Package Compare versions

Comparing version 0.9.4 to 0.10.0

src/prompts/semverList.js

2

package.json

@@ -6,3 +6,3 @@ {

},
"version": "0.9.4",
"version": "0.10.0",
"main": "index.js",

@@ -9,0 +9,0 @@ "license": "MIT",

@@ -21,2 +21,4 @@ const path = require("path");

inquirer.registerPrompt("semverList", require("./prompts/semverList"));
module.exports = async ({ input, flags }) => {

@@ -260,3 +262,3 @@ const { resolve } = path;

{
type: "list",
type: "semverList",
name: "targetVersion",

@@ -403,5 +405,5 @@ message: "Select version to install:",

.reduce((prev, depName) => {
const { version: fromVersion } = dependencyMap[targetDependency].packs[
depName
];
const fromVersion =
!isNewDependency &&
dependencyMap[targetDependency].packs[depName].version;

@@ -408,0 +410,0 @@ if (fromVersion === targetVersion) return prev;

@@ -67,3 +67,3 @@ const { default: runProgram } = require("./utils/runProgram");

? Select version to install: (Use arrow keys)
? Select version to install:

@@ -70,0 +70,0 @@ >>> input ARROW_DOWN

@@ -58,3 +58,3 @@ const { default: runProgram } = require("./utils/runProgram");

? Select version to install: (Use arrow keys)
? Select version to install:

@@ -124,3 +124,3 @@ >>> input ARROW_UP

? Select version to install: (Use arrow keys)
? Select version to install:

@@ -127,0 +127,0 @@ >>> input ARROW_UP

@@ -56,3 +56,3 @@ const { default: runProgram } = require("./utils/runProgram");

? Select version to install: (Use arrow keys)
? Select version to install:

@@ -128,3 +128,3 @@ >>> input ARROW_UP

? Select version to install: (Use arrow keys)
? Select version to install:

@@ -131,0 +131,0 @@ >>> input ARROW_UP

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