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.2.2 to 0.3.0

2

package.json

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

},
"version": "0.2.2",
"version": "0.3.0",
"main": "index.js",

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

@@ -133,3 +133,3 @@ const inquirer = require("inquirer");

const installCmd = (await fileExists(resolve(packDir, "yarn.lock")))
const installCmd = (await fileExists(resolve(projectDir, "yarn.lock")))
? `yarn add ${targetDependency}@${targetVersion}`

@@ -136,0 +136,0 @@ : `npm install --save ${targetDependency}@${targetVersion}`;

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