Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-isolated-scroll

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-isolated-scroll - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

demo/index.html

8

lib/index.js

@@ -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"
}
}
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