New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

select-shell

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

select-shell - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

index.js

@@ -173,3 +173,5 @@ 'use strict';

Select.prototype.option = function (text, value) {
this.options.push({ text: text, value: value || text });
value = value !== undefined ? value : text;
this.options.push({ text: text, value: value });
this.optionsLength = this.options.length;

@@ -176,0 +178,0 @@ return this;

{
"name": "select-shell",
"version": "0.0.4",
"version": "0.0.5",
"description": "list of select for nodejs on terminal.",

@@ -5,0 +5,0 @@ "main": "index.js",

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