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

prompts-ncu

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prompts-ncu - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

18

lib/elements/multiselect.js

@@ -116,6 +116,9 @@ 'use strict';

this.cursor--;
if (this.value[this.cursor].heading) {
this.up();
}
}
// skip headings
if (this.value[this.cursor].heading) {
this.up();
}
this.render();

@@ -129,6 +132,9 @@ }

this.cursor++;
if (this.value[this.cursor].heading) {
this.down();
}
}
// skip headings
if (this.value[this.cursor].heading) {
this.down();
}
this.render();

@@ -135,0 +141,0 @@ }

{
"name": "prompts-ncu",
"version": "3.0.1",
"version": "3.0.2",
"description": "Lightweight, beautiful and user-friendly prompts",

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

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