@sec-ant/barcode-detector
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"type": "module", | ||
@@ -8,0 +8,0 @@ "files": [ |
@@ -7,2 +7,4 @@ # @sec-ant/barcode-detector | ||
> This package is now released under the name `barcode-detector` on the npm registry starting from version 2.0.0. The original name `@sec-ant/barcode-detector` will continue to be used for versions prior to 2.0.0, and will be retained solely for maintenance purposes. Eventually, it will be deprecated at an appropriate juncture. | ||
## Install | ||
@@ -60,3 +62,3 @@ | ||
type="module" | ||
src="https://cdn.jsdelivr.net/npm/@sec-ant/barcode-detector@1.2/dist/es/side-effects.min.js" | ||
src="https://cdn.jsdelivr.net/npm/@sec-ant/barcode-detector@1.3/dist/es/side-effects.min.js" | ||
></script> | ||
@@ -74,3 +76,3 @@ | ||
<script type="module"> | ||
import { BarcodeDetector } from "https://cdn.jsdelivr.net/npm/@sec-ant/barcode-detector@1.2/dist/es/pure.min.js"; | ||
import { BarcodeDetector } from "https://cdn.jsdelivr.net/npm/@sec-ant/barcode-detector@1.3/dist/es/pure.min.js"; | ||
const barcodeDetector = new BarcodeDetector(); | ||
@@ -87,3 +89,3 @@ </script> | ||
"imports": { | ||
"@sec-ant/barcode-detector/pure": "https://cdn.jsdelivr.net/npm/@sec-ant/barcode-detector@1.2/dist/es/pure.min.js" | ||
"@sec-ant/barcode-detector/pure": "https://cdn.jsdelivr.net/npm/@sec-ant/barcode-detector@1.3/dist/es/pure.min.js" | ||
} | ||
@@ -114,3 +116,3 @@ } | ||
--> | ||
<script src="https://cdn.jsdelivr.net/npm/@sec-ant/barcode-detector@1.2/dist/iife/pure.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@sec-ant/barcode-detector@1.3/dist/iife/pure.min.js"></script> | ||
@@ -122,3 +124,3 @@ <!-- | ||
--> | ||
<script src="https://cdn.jsdelivr.net/npm/@sec-ant/barcode-detector@1.2/dist/iife/side-effects.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@sec-ant/barcode-detector@1.3/dist/iife/side-effects.min.js"></script> | ||
@@ -131,3 +133,3 @@ <!-- | ||
--> | ||
<script src="https://cdn.jsdelivr.net/npm/@sec-ant/barcode-detector@1.2/dist/iife/index.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@sec-ant/barcode-detector@1.3/dist/iife/index.min.js"></script> | ||
``` | ||
@@ -134,0 +136,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
270081
266