react-barcode
Advanced tools
Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "react-barcode", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "React component to generate barcodes", | ||
@@ -30,3 +30,5 @@ "keywords": [ | ||
"dependencies": { | ||
"jsbarcode": "^3.8.0" | ||
"jsbarcode": "^3.8.0", | ||
"create-react-class": "^15.5.3", | ||
"prop-types": "^15.5.10" | ||
}, | ||
@@ -40,6 +42,4 @@ "devDependencies": { | ||
"browserify": "^13.0.0", | ||
"create-react-class": "^15.5.3", | ||
"eslint": "^1.6.0", | ||
"eslint-plugin-react": "^3.5.1", | ||
"prop-types": "^15.5.10", | ||
"react": "^15.0.0", | ||
@@ -46,0 +46,0 @@ "react-dom": "^15.0.0" |
@@ -8,9 +8,7 @@ # react-barcode | ||
## Support | ||
## Donate | ||
If you like this open source, you can sponsor it. :smile: | ||
``` | ||
Litecoin: LZSFLGDLe1pBxQB7v54kEcobYnu1uAR9U6 | ||
Bitcoin: 1Hrauu2sPczma53gpYU4Y2kap5Hi6K3Ma3 | ||
``` | ||
[Paypal me](https://www.paypal.me/kciter) | ||
## Installation | ||
@@ -17,0 +15,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
10
6522
4
73
+ Addedcreate-react-class@^15.5.3
+ Addedprop-types@^15.5.10
+ Addedcreate-react-class@15.7.0(transitive)