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

ink-select-input

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ink-select-input - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0

6

dist/index.js
'use strict';
const { h, Text, Component } = require('ink');
const { h, Color, Component } = require('ink');
const PropTypes = require('prop-types');

@@ -17,3 +17,3 @@ const isEqual = require('lodash.isequal');

return h(
Text,
Color,
{ blue: true },

@@ -29,3 +29,3 @@ `${figures.pointer} `

const Item = ({ isSelected, label }) => h(
Text,
Color,
{ blue: isSelected },

@@ -32,0 +32,0 @@ label

{
"name": "ink-select-input",
"version": "1.1.0",
"version": "2.0.0",
"description": "Select input component for Ink",

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

"eslint-plugin-react": "^7.1.0",
"ink": "^0.4.1",
"ink": "^0.5.0",
"sinon": "^4.4.9",

@@ -85,3 +85,4 @@ "xo": "^0.20.3"

"rules": {
"react/no-unused-prop-types": 1
"react/no-unused-prop-types": 1,
"react/no-deprecated": 1
},

@@ -88,0 +89,0 @@ "settings": {

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