Socket
Socket
Sign inDemoInstall

react-input-autosize

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-input-autosize - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

HISTORY.md
# react-input-autosize
## v2.0.1 / 2017-09-13
* fixed; peer dependencies for `prop-types`
## v2.0.0 / 2017-09-12

@@ -4,0 +8,0 @@

13

package-scripts.js

@@ -17,2 +17,11 @@ const npsUtils = require('nps-utils');

babel: 'babel src -d lib',
},
examples: {
default: series(
rimraf('examples/dist'),
'mkdir examples/dist',
concurrent.nps('examples.webpack', 'examples.standalone'),
'cp examples/src/.gitignore examples/dist/.gitignore'
),
webpack: 'webpack --progress -p',
standalone: series(

@@ -25,5 +34,3 @@ 'cp examples/src/standalone.html examples/dist/standalone.html',

default: series(
rimraf('examples/dist'),
'webpack --progress -p',
'cp examples/src/.gitignore examples/dist/.gitignore',
concurrent.nps('examples'),
'git subtree push --prefix examples/dist origin gh-pages'

@@ -30,0 +37,0 @@ ),

{
"name": "react-input-autosize",
"version": "2.0.0",
"version": "2.0.1",
"description": "Auto-resizing Input Component for React",

@@ -53,3 +53,3 @@ "main": "lib/AutosizeInput.js",

"peerDependencies": {
"react": "^0.14 || ^15.0 || ^16.0.0-rc || ^16.0"
"react": "^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0"
},

@@ -61,4 +61,5 @@ "browserify-shim": {

"build": "nps build",
"build-examples": "nps examples",
"lint": "eslint ./; true",
"publish:examples": "NODE_ENV=production nps publish",
"publish-examples": "NODE_ENV=production nps publish",
"start": "webpack-dev-server --progress",

@@ -65,0 +66,0 @@ "test": "jest; true"

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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