Socket
Socket
Sign inDemoInstall

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 2.6.0 to 2.7.0

build/hooks/useInput.js

34

package.json
{
"name": "ink",
"version": "2.6.0",
"version": "2.7.0",
"description": "React for CLI",

@@ -45,6 +45,6 @@ "license": "MIT",

"arrify": "^2.0.1",
"auto-bind": "^3.0.0",
"auto-bind": "^4.0.0",
"chalk": "^3.0.0",
"cli-cursor": "^3.1.0",
"cli-truncate": "^2.0.0",
"cli-truncate": "^2.1.0",
"is-ci": "^2.0.0",

@@ -64,15 +64,15 @@ "lodash.throttle": "^4.1.1",

"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@types/react": "^16.8.6",
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@types/react": "^16.9.19",
"ava": "^2.4.0",
"babel-eslint": "^10.0.1",
"delay": "^4.1.0",
"eslint-config-xo-react": "^0.20.0",
"eslint-plugin-react": "^7.11.1",
"eslint-config-xo-react": "^0.22.0",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-hooks": "^2.3.0",
"import-jsx": "^3.0.0",
"import-jsx": "^3.1.0",
"ms": "^2.1.1",

@@ -82,3 +82,3 @@ "node-pty": "^0.9.0",

"react": "^16.9.0",
"sinon": "^7.2.7",
"sinon": "^8.1.1",
"strip-ansi": "^6.0.0",

@@ -93,2 +93,7 @@ "svg-term-cli": "^2.1.1",

},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"babel": {

@@ -134,3 +139,4 @@ "plugins": [

"react/no-unescaped-entities": "off",
"react/state-in-constructor": "off"
"react/state-in-constructor": "off",
"react/jsx-indent": "off"
},

@@ -137,0 +143,0 @@ "overrides": [

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

- [startd](https://github.com/mgrip/startd) - Turn your React component into a web app from the command-line.
- [wiki-cli](https://github.com/hexrcs/wiki-cli) - Search Wikipedia and read summaries directly in your terminal.

@@ -944,2 +945,6 @@ ## Contents

## Useful Hooks
- [ink-use-stdout-dimensions](https://github.com/cameronhunter/ink-monorepo/tree/master/packages/ink-use-stdout-dimensions) - Subscribe to stdout dimensions.
## Useful Components

@@ -961,2 +966,4 @@

- [ink-table](https://github.com/maticzav/ink-table) - Table component.
- [ink-ascii](https://github.com/hexrcs/ink-ascii) - Awesome text component with more font choices, based on Figlet.
- [ink-markdown](https://github.com/cameronhunter/ink-markdown) - Render syntax highlighted Markdown.

@@ -963,0 +970,0 @@ ### Incompatible components

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