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

ink

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ink - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

lib/components/text.js

2

index.js

@@ -13,2 +13,3 @@ 'use strict';

const Color = require('./lib/components/color');
const Text = require('./lib/components/text');
const Bold = require('./lib/components/bold');

@@ -24,2 +25,3 @@ const Underline = require('./lib/components/underline');

exports.Color = Color;
exports.Text = Text;
exports.Underline = Underline;

@@ -26,0 +28,0 @@ exports.Bold = Bold;

5

package.json
{
"name": "ink",
"version": "0.5.0",
"version": "0.5.1",
"description": "React for CLI",

@@ -92,2 +92,5 @@ "license": "MIT",

"parser": "babel-eslint",
"rules": {
"react/no-deprecated": 0
},
"overrides": [

@@ -94,0 +97,0 @@ {

@@ -75,2 +75,3 @@ <h1 align="center">

- [ink-select-input](https://github.com/vadimdemedes/ink-select-input) - Select (dropdown) input.
- [ink-quicksearch](https://github.com/aicioara/ink-quicksearch) - Select Component with fast quicksearch-like navigation
- [ink-autocomplete](https://github.com/maticzav/ink-autocomplete) - Autocomplete.

@@ -77,0 +78,0 @@ - [ink-table](https://github.com/maticzav/ink-table) - Table component.

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