New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-async-input

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-async-input - npm Package Compare versions

Comparing version
0.9.1
to
0.9.2
+1
-1
package.json
{
"name": "react-async-input",
"version": "0.9.1",
"version": "0.9.2",
"description": "wrap React inputs so that asynchrous updates don't cause the cursor to jump",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -6,6 +6,12 @@ # react-async-input

## Warning! Old and unmaintained!
## Warning! Not Perfect!
I haven't been keeping up with React/maintaining anything that uses it, so this library is compatible with React **0.9.x**. It **may or may not work with new versions of React**. If you use React and this library, send a PR and I will grant you ownership of the package on npm.
Under very rapid keyboard input and/or network jitter conditions, this will still fail to do what you want. See these two fiddles for more:
http://jsfiddle.net/yrmmbjm1/1/
http://jsfiddle.net/yrmmbjm1/4/
I hope to work out a better way to handle all of this soon.
## Synopsis

@@ -12,0 +18,0 @@