react-sparklines
Advanced tools
Comparing version 0.4.1 to 0.5.0
{ | ||
"name": "react-sparklines", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"description": "Beautiful and expressive Sparklines React component", | ||
@@ -27,3 +27,4 @@ "main": "index.js", | ||
"node-libs-browser": "^0.5.2", | ||
"webpack": "^1.10.0" | ||
"webpack": "^1.10.0", | ||
"webpack-dev-server": "^1.10.1" | ||
}, | ||
@@ -30,0 +31,0 @@ "dependencies": { |
# react-sparklines | ||
Beautiful and expressive Sparklines React component | ||
Use: | ||
``` | ||
npm install react-sparklines --save | ||
``` | ||
Then: | ||
``` | ||
<Sparklines data={[5, 10, 5, 20]} /> | ||
``` | ||
To run demo: | ||
``` | ||
npm install | ||
npm install webpack -g | ||
npm install webpack-dev-server -g | ||
webpack-dev-server --progress | ||
http://localhost:8080/index | ||
``` |
@@ -6,3 +6,3 @@ var webpack = require('webpack'), | ||
cache: true, | ||
entry: './demo/index', | ||
entry: './demo/demo', | ||
output: { | ||
@@ -9,0 +9,0 @@ path: './demo', |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
11537
14
251
25
6
1