Socket
Socket
Sign inDemoInstall

barcode-detector

Package Overview
Dependencies
4
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

9

package.json
{
"name": "barcode-detector",
"version": "1.0.0",
"version": "1.0.1",
"author": {

@@ -14,3 +14,8 @@ "name": "Niklas Gruhn",

"main": "dist/barcode-detector.js",
"exports": "./dist/barcode-detector.modern.js",
"exports": {
".": {
"import": "./dist/barcode-detector.modern.js",
"types": "./dist/BarcodeDetector.d.ts"
}
},
"module": "dist/barcode-detector.module.js",

@@ -17,0 +22,0 @@ "unpkg": "dist/barcode-detector.umd.js",

@@ -8,2 +8,9 @@ # :construction: WIP: BarcodeDetector Polyfill :construction:

Design goals:
* spec compliance
* support as many barcode formats as possible
* detect multiple codes in one image
* provide position/coordinate information of detected codes
* sufficient performance to process live video streams
## Installation

@@ -58,3 +65,3 @@

`src/BarcodeDetectorZXing.ts` (not exposed at the moment):
`src/BarcodeDetectorZXing.ts` (not exposed at the moment. See [#1](https://github.com/gruhn/barcode-detector-polyfill/issues/1)):
- :heavy_check_mark: `aztec`

@@ -61,0 +68,0 @@ - :heavy_check_mark: `code_128`

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc