Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

quagga

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quagga - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

2

package.json
{
"name": "quagga",
"version": "0.5.1",
"version": "0.5.2",
"description": "An advanced barcode-scanner written in JavaScript",

@@ -5,0 +5,0 @@ "main": "dist/quagga.js",

@@ -142,3 +142,3 @@ /* jshint undef: true, unused: true, browser:true, devel: true */

numWideBars--;
if ((counters[i] * 3) >= wideBarWidth) {
if ((counters[i] * 2) >= wideBarWidth) {
return -1;

@@ -145,0 +145,0 @@ }

@@ -366,2 +366,5 @@ /* jshint undef: true, unused: true, browser:true, devel: true, evil: true */

},
pause: function() {
_stopped = true;
},
onDetected : function(callback) {

@@ -368,0 +371,0 @@ Events.subscribe("detected", callback);

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

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

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