react-isolated-scroll
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -15,2 +15,6 @@ 'use strict'; | ||
var _propTypes = require('prop-types'); | ||
var _propTypes2 = _interopRequireDefault(_propTypes); | ||
var _isolatedScroll = require('isolated-scroll'); | ||
@@ -36,3 +40,3 @@ | ||
var _this = _possibleConstructorReturn(this, Object.getPrototypeOf(IsolatedScroll).call(this)); | ||
var _this = _possibleConstructorReturn(this, (IsolatedScroll.__proto__ || Object.getPrototypeOf(IsolatedScroll)).call(this)); | ||
@@ -78,5 +82,5 @@ _this.storeComponentReference = _this.storeComponentReference.bind(_this); | ||
IsolatedScroll.propTypes = { | ||
children: _react.PropTypes.oneOfType([_react.PropTypes.arrayOf(_react.PropTypes.node), _react.PropTypes.node]) | ||
children: _propTypes2.default.oneOfType([_propTypes2.default.arrayOf(_propTypes2.default.node), _propTypes2.default.node]) | ||
}; | ||
exports.default = IsolatedScroll; | ||
module.exports = exports['default']; |
{ | ||
"name": "react-isolated-scroll", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "React component for isolated-scroll", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"start": "webpack-dev-server --config demo/webpack.config.js", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
@@ -22,6 +23,7 @@ "build": "rm -rf lib/ && babel -d lib/ src/", | ||
"dependencies": { | ||
"isolated-scroll": "^0.1.0" | ||
"isolated-scroll": "^0.1.0", | ||
"prop-types": "^15.5.8" | ||
}, | ||
"peerDependencies": { | ||
"react": "^0.14.0 || ^15.0.0-0" | ||
"react": "^0.14.0 || ^15.0.0-0 || ^16.0.0-0" | ||
}, | ||
@@ -31,2 +33,3 @@ "devDependencies": { | ||
"babel-core": "^6.13.2", | ||
"babel-loader": "^6.2.4", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
@@ -38,4 +41,9 @@ "babel-plugin-transform-class-properties": "^6.11.5", | ||
"babel-register": "^6.11.6", | ||
"react": "^15.3.0" | ||
"file-loader": "^0.9.0", | ||
"lodash.times": "^4.3.1", | ||
"react": "^15.3.0", | ||
"react-dom": "^15.3.0", | ||
"webpack": "^1.13.1", | ||
"webpack-dev-server": "^1.14.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6999
8
106
3
15
+ Addedprop-types@^15.5.8
+ Addedreact@16.14.0(transitive)
- Removedasap@2.0.6(transitive)
- Removedcore-js@1.2.7(transitive)
- Removedcreate-react-class@15.7.0(transitive)
- Removedencoding@0.1.13(transitive)
- Removedfbjs@0.8.18(transitive)
- Removediconv-lite@0.6.3(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedisomorphic-fetch@2.2.1(transitive)
- Removednode-fetch@1.7.3(transitive)
- Removedpromise@7.3.1(transitive)
- Removedreact@15.7.0(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedsetimmediate@1.0.5(transitive)
- Removedua-parser-js@0.7.39(transitive)
- Removedwhatwg-fetch@3.6.20(transitive)