@types/jsbarcode
Advanced tools
Comparing version 3.11.1 to 3.11.2
@@ -44,5 +44,5 @@ // Type definitions for jsbarcode 3.11 | ||
barcodeText: string, | ||
barcodeOptions?: JsBarcode.JsBarcodeOptions | ||
barcodeOptions?: JsBarcode.JsBarcodeOptions, | ||
): void; | ||
export = JsBarcode; |
{ | ||
"name": "@types/jsbarcode", | ||
"version": "3.11.1", | ||
"version": "3.11.2", | ||
"description": "TypeScript definitions for jsbarcode", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsbarcode", | ||
}, | ||
"typesPublisherContentHash": "2b4d674dee1af1a1a0a01f2de18cba18cde16647b0da9316010fecfc1508b54f", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "218756eb3d15b56f81765757c07149a806837654953c8513f68c3da92c4584a1", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -54,3 +54,3 @@ # Installation | ||
barcodeText: string, | ||
barcodeOptions?: JsBarcode.JsBarcodeOptions | ||
barcodeOptions?: JsBarcode.JsBarcodeOptions, | ||
): void; | ||
@@ -63,3 +63,3 @@ | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 16:22:46 GMT | ||
* Last updated: Fri, 15 Sep 2023 20:36:37 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -66,0 +66,0 @@ * Global values: none |
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
5997