react-async-input
Advanced tools
+6
-5
@@ -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 @@ } |
+9
-6
| { | ||
| "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" | ||
| } |
+4
-0
@@ -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 @@ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
3154
14.77%35
2.94%55
7.84%1
Infinity%+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed