Socket
Socket
Sign inDemoInstall

ink-text-input

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ink-text-input - npm Package Compare versions

Comparing version 1.1.1 to 2.0.0

4

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

@@ -20,3 +20,3 @@ const hasAnsi = require('has-ansi');

return h(
Text,
Color,
{ dim: !hasValue },

@@ -23,0 +23,0 @@ hasValue ? value : placeholder

{
"name": "ink-text-input",
"version": "1.1.1",
"version": "2.0.0",
"description": "Text input component for Ink",

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

"eslint-plugin-react": "^7.1.0",
"ink": "^0.2.1",
"ink": "^0.5.0",
"sinon": "^2.3.6",

@@ -50,0 +50,0 @@ "xo": "^0.18.2"

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