react-barcode
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -43,2 +43,3 @@ import React from "react"; | ||
marginRight?: number; | ||
ean128: boolean; | ||
} | ||
@@ -45,0 +46,0 @@ |
@@ -144,3 +144,4 @@ "use strict"; | ||
id: _propTypes["default"].string, | ||
className: _propTypes["default"].string | ||
className: _propTypes["default"].string, | ||
ean128: _propTypes["default"].bool | ||
}; | ||
@@ -162,4 +163,5 @@ Barcode.defaultProps = { | ||
margin: 10, | ||
className: '' | ||
className: '', | ||
ean128: false | ||
}; | ||
module.exports = Barcode; |
{ | ||
"name": "react-barcode", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "React component to generate barcodes", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
11537
190