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.0
to
0.9.1
+6
-5
index.js

@@ -24,8 +24,9 @@ var React = require('react')

render: function () {
return this.transferPropsTo(
ctor({
return React.createElement(
ctor,
React.__spread({}, this.props, {
value: this.state.value,
onChange: this.onChange,
children: this.props.children
})
onChange: this.onChange
}),
this.props.children
)

@@ -32,0 +33,0 @@ }

{
"name": "react-async-input",
"version": "0.9.0",
"version": "0.9.1",
"description": "wrap React inputs so that asynchrous updates don't cause the cursor to jump",
"main": "index.js",
"dependencies": {
"react": "~0.9.0"
"peerDependencies": {
"react": ">=0.12.0"
},

@@ -17,9 +17,9 @@ "devDependencies": {

"type": "git",
"url": "git://github.com/grncdr/react-async-input.git"
"url": "git://github.com/drd/react-async-input.git"
},
"bugs": {
"type": "git",
"url": "git://github.com/grncdr/react-async-input/issues"
"url": "git://github.com/drd/react-async-input/issues"
},
"homepage": "https://github.com/grncdr/react-async-input",
"homepage": "https://github.com/drd/react-async-input",
"keywords": [

@@ -31,3 +31,6 @@ "react",

"author": "Stephen Sugden <me@stephensugden.com>",
"contributors": [
"Eric O'Connell <eric@compassing.net>"
],
"license": "EPL"
}

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

## Warning! Old and unmaintained!
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.
## Synopsis

@@ -8,0 +12,0 @@