react-virtualized
Advanced tools
Comparing version 9.22.4 to 9.22.5
@@ -6,3 +6,3 @@ { | ||
"user": "bvaughn", | ||
"version": "9.22.4", | ||
"version": "9.22.5", | ||
"homepage": "https://github.com/bvaughn/react-virtualized", | ||
@@ -13,34 +13,2 @@ "main": "dist/commonjs/index.js", | ||
"license": "MIT", | ||
"scripts": { | ||
"build:types": "flow-copy-source --ignore \"**/*.{jest,e2e,ssr,example}.js\" source/WindowScroller dist/es/WindowScroller && flow-copy-source --ignore \"**/*.{jest,e2e,ssr,example}.js\" source/AutoSizer dist/es/AutoSizer", | ||
"build": "yarn run build:commonjs && yarn run build:css && yarn run build:es && yarn run build:demo && yarn run build:umd", | ||
"build:commonjs": "yarn run clean:commonjs && cross-env NODE_ENV=commonjs babel source --out-dir dist/commonjs", | ||
"build:css": "postcss source/styles.css -o styles.css --use autoprefixer", | ||
"build:demo": "yarn run clean:demo && cross-env NODE_ENV=production webpack --config webpack.config.demo.js -p --bail", | ||
"build:es": "yarn run clean:es && yarn run build:types && cross-env NODE_ENV=es babel source --out-dir dist/es", | ||
"build:umd": "yarn run clean:umd && cross-env NODE_ENV=rollup rollup -c", | ||
"clean": "yarn run clean:commonjs && yarn run clean:demo && yarn run clean:es && yarn run clean:umd", | ||
"clean:commonjs": "rimraf dist/commonjs", | ||
"clean:demo": "rimraf build", | ||
"clean:es": "rimraf dist/es", | ||
"clean:umd": "rimraf dist/umd", | ||
"deploy": "gh-pages -d build", | ||
"lint": "eslint 'source/**/*.js'", | ||
"typecheck": "flow check", | ||
"prettier": "prettier --write '{playground,source,docs}/**/*.{js,md}'", | ||
"prettier:diff": "prettier --list-different '{playground,source,docs}/**/*.{js,md}'", | ||
"postpublish": "yarn run deploy", | ||
"prepublishOnly": "yarn run build", | ||
"start": "cross-env NODE_ENV=development webpack-dev-server --hot --config webpack.config.dev.js", | ||
"test": "yarn run test:jest", | ||
"test:jest": "jest --no-watchman --runInBand", | ||
"test:coverage": "jest --no-watchman --maxWorkers 2 --coverage && codecov", | ||
"watch": "watch 'clear && yarn run test -s' source", | ||
"watch:jest": "jest --no-watchman --watch" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "pretty-quick --staged" | ||
} | ||
}, | ||
"files": [ | ||
@@ -47,0 +15,0 @@ "dist", |
[<img src="https://cloud.githubusercontent.com/assets/29597/11737732/0ca1e55e-9f91-11e5-97f3-098f2f8ed866.png" alt="React virtualized" data-canonical-src="https://cloud.githubusercontent.com/assets/29597/11737732/0ca1e55e-9f91-11e5-97f3-098f2f8ed866.png" width="330" height="100" />](http://bvaughn.github.io/react-virtualized/) | ||
[![NPM version](https://img.shields.io/npm/v/react-virtualized.svg?style=flat)](https://www.npmjs.com/package/react-virtualized) | ||
![NPM license](https://img.shields.io/npm/l/react-virtualized.svg?style=flat) | ||
[![NPM total downloads](https://img.shields.io/npm/dt/react-virtualized.svg?style=flat)](https://npmcharts.com/compare/react-virtualized?minimal=true) | ||
[![NPM monthly downloads](https://img.shields.io/npm/dm/react-virtualized.svg?style=flat)](https://npmcharts.com/compare/react-virtualized?minimal=true) | ||
[![CircleCI](https://circleci.com/gh/bvaughn/react-virtualized/tree/master.svg?style=svg)](https://circleci.com/gh/bvaughn/react-virtualized/tree/master) | ||
[![Codecov badge](https://img.shields.io/codecov/c/github/bvaughn/react-virtualized/master.svg)](https://codecov.io/github/bvaughn/react-virtualized) | ||
[![OpenCollective](https://opencollective.com/react-virtualized/backers/badge.svg)](#backers) | ||
[![OpenCollective](https://opencollective.com/react-virtualized/sponsors/badge.svg)](#sponsors) | ||
React components for efficiently rendering large lists and tabular data. | ||
Check out [the demo](https://bvaughn.github.io/react-virtualized/) for some examples. | ||
### If you like this project, 🎉 [become a sponsor](https://github.com/sponsors/bvaughn/) or ☕ [buy me a coffee](http://givebrian.coffee/) | ||
### Sponsors | ||
@@ -16,0 +9,0 @@ |
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
2195559
248