Socket
Socket
Sign inDemoInstall

qr-scanner

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qr-scanner - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

package.json
{
"name": "qr-scanner",
"version": "1.1.0",
"version": "1.1.1",
"description": "A javascript QR scanner library",

@@ -45,3 +45,3 @@ "main": "qr-scanner.min.js",

"google-closure-compiler": "^20171112.0.0",
"jsqr-es6": "^1.2.0-1",
"jsqr-es6": "^1.2.0-2",
"rollup": "^1.1.2",

@@ -48,0 +48,0 @@ "rollup-plugin-sourcemaps": "^0.4.2"

@@ -7,11 +7,8 @@ # QR Scanner

<!--
- Lightweight: ~33.7 kB (~12 kB gzipped) minified with Google's closure compiler.
-->
- Lightweight: ~48.7 kB (~12.4 kB gzipped) minified with Google's closure compiler.
- Improved performance and reduced memory footprint.
- Runs in a WebWorker which keeps the main / UI thread responsive.
- Smaller file size.
- Can be configured for better performance on colored QR codes.
According to [our benchmarking](https://github.com/danimoh/qr-scanner-benchmark) this project's scanner engine's detection rate is about 2-3 times (and up to 8 times) as high as the one of the most popular javascript QR scanner library [LazarSoft/jsqrcode](https://github.com/LazarSoft/jsqrcode).
According to [our benchmarking](https://github.com/danimoh/qr-scanner-benchmark) this project's scanner engine's detection rate is about 2-3 times (and up to 8 times) as high as the one of the most popular javascript QR scanner library [LazarSoft/jsqrcode](https://github.com/LazarSoft/jsqrcode). Also the other library oftentimes misreads the content of QR codes, while for this project no misreads occurred in the benchmarking.

@@ -18,0 +15,0 @@ The library supports scanning a continuous video stream from a web cam as well as scanning of single images.

Sorry, the diff of this file is too big to display

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