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

prompts

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prompts - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

4

dist/elements/number.js

@@ -88,3 +88,3 @@ 'use strict';

let x = this.value;
this.value = x !== void 0 ? x : this.initial;
this.value = x !== '' ? x : this.initial;
this.done = this.aborted = true;

@@ -99,3 +99,3 @@ this.fire();

let x = this.value;
this.value = x !== void 0 ? x : this.initial;
this.value = x !== '' ? x : this.initial;
this.done = true;

@@ -102,0 +102,0 @@ this.aborted = false;

@@ -77,3 +77,3 @@ const color = require('clorox');

let x = this.value;
this.value = x !== void 0 ? x : this.initial;
this.value = x !== '' ? x : this.initial;
this.done = this.aborted = true;

@@ -88,3 +88,3 @@ this.fire();

let x = this.value;
this.value = x !== void 0 ? x : this.initial
this.value = x !== '' ? x : this.initial
this.done = true;

@@ -91,0 +91,0 @@ this.aborted = false;

{
"name": "prompts",
"version": "0.1.10",
"version": "0.1.11",
"description": "Lightweight, beautiful and user-friendly prompts",

@@ -21,3 +21,3 @@ "homepage": "https://github.com/terkelg/prompts",

"build": "babel lib -d dist",
"prepublish": "npm run build",
"prepublishOnly": "npm run build",
"test": "tape test/*.js | tap-spec"

@@ -24,0 +24,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