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.5.0 to 0.6.0

2

package.json

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

},
"version": "0.5.0",
"version": "0.6.0",
"main": "index.js",

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

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

const plural = (a, b, count) => `${count} ${count > 1 ? b : a}`;
const sanitizeGitBranchName = name => name.replace(/@/g, "");

@@ -195,3 +196,5 @@ module.exports = async ({

when: ({ shouldCreateGitBranch }) => shouldCreateGitBranch,
default: `${userName}/${targetDependency}-${targetVersion}`
default: sanitizeGitBranchName(
`${userName}/${targetDependency}-${targetVersion}`
)
},

@@ -198,0 +201,0 @@ {

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