react-barcode
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -82,3 +82,3 @@ 'use strict'; | ||
var renderElement = getDOMNode(this.refs.renderElement); | ||
new JsBarcode(renderElement, this.props.value, this.props); | ||
new JsBarcode(renderElement, this.props.value).options(this.props); | ||
}, | ||
@@ -85,0 +85,0 @@ |
{ | ||
"name": "react-barcode", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"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
6458