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 2.0.2 to 2.0.3

4

dist/elements/toggle.js

@@ -31,4 +31,4 @@ "use strict";

this.value = !!opts.initial;
this.active = opts.active;
this.inactive = opts.inactive;
this.active = opts.active || 'on';
this.inactive = opts.inactive || 'off';
this.initialValue = this.value;

@@ -35,0 +35,0 @@ this.render();

@@ -21,4 +21,4 @@ const color = require('kleur');

this.value = !!opts.initial;
this.active = opts.active;
this.inactive = opts.inactive;
this.active = opts.active || 'on';
this.inactive = opts.inactive || 'off';
this.initialValue = this.value;

@@ -25,0 +25,0 @@ this.render();

{
"name": "prompts",
"version": "2.0.2",
"version": "2.0.3",
"description": "Lightweight, beautiful and user-friendly prompts",

@@ -44,3 +44,3 @@ "license": "MIT",

"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/core": "^7.3.3",
"@babel/plugin-proposal-object-rest-spread": "^7.3.2",

@@ -47,0 +47,0 @@ "@babel/preset-env": "^7.3.1",

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