Socket
Socket
Sign inDemoInstall

ink

Package Overview
Dependencies
54
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.5 to 3.0.6

2

build/hooks/use-input.js

@@ -62,3 +62,3 @@ "use strict";

backspace: input === '\u0008',
delete: input === '\u007F',
delete: input === '\u007F' || input === '\u001B[3~',
meta: false

@@ -65,0 +65,0 @@ };

{
"name": "ink",
"version": "3.0.5",
"version": "3.0.6",
"description": "React for CLI",

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

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

- [changelog-view](https://github.com/jdeniau/changelog-view) - Tool view changelog in console.
- [gomoku-terminal](https://github.com/acrazing/gomoku-terminal) - Play online Gomoku in the terminal.
- [cfpush](https://github.com/mamachanko/cfpush) - An interactive Cloud Foundry tutorial in your terminal.

@@ -93,2 +92,3 @@ - [startd](https://github.com/mgrip/startd) - Turn your React component into a web app from the command-line.

- [git-contrib-calendar](https://github.com/giannisp/git-contrib-calendar) - Display a contributions calendar for any git repository.
- [gitgud](https://github.com/GitGud-org/GitGud) - An interactive command-line GUI for Git.

@@ -95,0 +95,0 @@ ## Contents

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc