New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@undecaf/zbar-wasm

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@undecaf/zbar-wasm - npm Package Compare versions

Comparing version 0.9.8 to 0.9.9

2

package.json
{
"name": "@undecaf/zbar-wasm",
"version": "0.9.8",
"version": "0.9.9",
"description": "A WebAssembly build of the C/C++ ZBar barcode reader",

@@ -5,0 +5,0 @@ "type": "module",

@@ -19,3 +19,3 @@ # A WebAssembly build of the ZBar Bar Code Reader

EAN/GTIN-5/8/13, ISBN-10/13, ISBN-13+2, ISBN-13+5, ITF (Interleaved 2 of 5), QR Code, UPC-A/E.
+ Simultaneously detects multiple barcodes, also with different types
+ Detects multiple barcodes per frame, also with different types
+ Barcodes may be oriented horizontally or vertically

@@ -29,8 +29,12 @@ + Scans [`ImageData`](https://developer.mozilla.org/en-US/docs/Web/API/ImageData) and

+ [A simple online example](https://undecaf.github.io/zbar-wasm/example/)
([source code](https://github.com/undecaf/zbar-wasm/tree/master/docs/example))
+ [A polyfill](https://undecaf.github.io/barcode-detector-polyfill/example/)
for the [`BarcodeDetector` Web API](https://developer.mozilla.org/en-US/docs/Web/API/BarcodeDetector)
([source code](https://github.com/undecaf/barcode-detector-polyfill/tree/master/example)
with build scripts for Rollup and esbuild)
+ A simple example: [on GitHub](https://undecaf.github.io/zbar-wasm/example/)
([source code](https://github.com/undecaf/zbar-wasm/tree/master/docs/example)),
[on CodePen](https://codepen.io/undecaf/pen/ZEXmqdB),
+ A polyfill for the [`BarcodeDetector` Web API](https://developer.mozilla.org/en-US/docs/Web/API/BarcodeDetector):
[on GitHub](https://undecaf.github.io/barcode-detector-polyfill/example/)
([source code](https://github.com/undecaf/barcode-detector-polyfill/tree/master/example)
with build scripts for Rollup and esbuild),
[on CodePen](https://codepen.io/undecaf/pen/LYzXXzg)

@@ -161,3 +165,3 @@

package might be an option. It does not bundle zbar-wasm but loads it at runtime (as a library), and it is under the MIT license.
As an additional benefit it provides a simpler API than zbar-wasm.
As an additional benefit it provides a simpler and more flexible API than zbar-wasm.

@@ -164,0 +168,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc