Socket
Socket
Sign inDemoInstall

@lerna/otplease

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/otplease - npm Package Compare versions

Comparing version 5.1.0-alpha.0 to 5.1.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [5.1.0](https://github.com/lerna/lerna/compare/v5.0.0...v5.1.0) (2022-06-07)
**Note:** Version bump only for package @lerna/otplease
# [5.1.0-alpha.0](https://github.com/lerna/lerna/compare/v4.0.0...v5.1.0-alpha.0) (2022-05-25)

@@ -8,0 +16,0 @@

2

otplease.js

@@ -107,3 +107,3 @@ "use strict";

function getOneTimePassword(message = "This operation requires a one-time password:") {
// Logic taken from npm internals: https://git.io/fNoMe
// Logic taken from npm internals: https://github.com/npm/cli/blob/4f801d8a476f7ca52b0f182bf4e17a80db12b4e2/lib/utils/read-user-info.js#L21-L35
return promptTextInput(message, {

@@ -110,0 +110,0 @@ filter: (otp) => otp.replace(/\s+/g, ""),

{
"name": "@lerna/otplease",
"version": "5.1.0-alpha.0",
"version": "5.1.0",
"description": "Prompt for OTP when wrapped Promise fails",

@@ -34,5 +34,5 @@ "keywords": [

"dependencies": {
"@lerna/prompt": "5.1.0-alpha.0"
"@lerna/prompt": "5.1.0"
},
"gitHead": "789149edb02eba21bb028144e9d8f4e226337b6f"
"gitHead": "6b9c375e4210d2d97c75c465badbbe4334b6388f"
}
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