Socket
Socket
Sign inDemoInstall

react-custom-scrollbars

Package Overview
Dependencies
51
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.2 to 2.2.0

karma.conf.js

3

CHANGELOG.md
# Change log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
[Have a look at the releases](https://github.com/malte-wessel/react-custom-scrollbars/releases)
{
"name": "react-custom-scrollbars",
"version": "2.1.2",
"version": "2.2.0",
"description": "React scrollbars component",

@@ -11,4 +11,4 @@ "main": "lib/index.js",

"lint": "eslint src test examples",
"test": "NODE_ENV=test mocha --compilers js:babel-register --recursive",
"test:watch": "NODE_ENV=test mocha --compilers js:babel-register --recursive --watch",
"test": "NODE_ENV=test karma start",
"test:watch": "NODE_ENV=test karma start --auto-watch --no-single-run",
"prepublish": "npm run lint && npm run test && npm run clean && npm run build"

@@ -48,6 +48,15 @@ },

"expect": "^1.6.0",
"karma": "^0.13.10",
"karma-chrome-launcher": "^0.2.1",
"karma-cli": "^0.1.1",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.0.3",
"karma-sourcemap-loader": "^0.3.6",
"karma-webpack": "^1.6.0",
"mocha": "^2.2.5",
"react": "^0.14.3",
"react-addons-test-utils": "^0.14.6",
"react-dom": "^0.14.3",
"rimraf": "^2.3.4",
"simulant": "^0.1.5",
"webpack": "^1.9.6",

@@ -54,0 +63,0 @@ "webpack-dev-server": "^1.8.2"

@@ -24,2 +24,3 @@ react-custom-scrollbars

- [Examples](#examples)
- [Tests](#tests)
- [License](#license)

@@ -219,4 +220,11 @@

## Tests
```bash
# Make sure that you've installed the dependencies
npm install
# Run tests
npm test
```
## License
MIT
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc