Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

amplify-prompts

Package Overview
Dependencies
Maintainers
1
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amplify-prompts - npm Package Compare versions

Comparing version 1.6.3 to 1.6.4-alpha.143

2

lib/prompter.js

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

if (flags_1.isYes) {
if (opts.initial) {
if (opts.initial !== undefined) {
return opts.initial;

@@ -66,0 +66,0 @@ }

{
"name": "amplify-prompts",
"version": "1.6.3",
"version": "1.6.4-alpha.143+d7c6ba6a3",
"description": "Utility functions for Amplify CLI terminal I/O",

@@ -51,3 +51,3 @@ "main": "lib/index.js",

},
"gitHead": "7b56ea42e4b29125a6b314fc05fd2018fa782a2d"
"gitHead": "d7c6ba6a391ba5ead0eb49e896ae9c1f56239e95"
}

@@ -68,3 +68,3 @@ import { prompt } from 'enquirer';

if (isYes) {
if (opts.initial) {
if (opts.initial !== undefined) {
return opts.initial as PromptReturn<RS, T>;

@@ -71,0 +71,0 @@ } else {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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