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

ocrservice

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ocrservice - npm Package Compare versions

Comparing version 0.1.59 to 0.1.60

2

lib/classes/recognizer.js

@@ -570,3 +570,3 @@ (function() {

this.once('internalboxes', function(res, codes) {
if (typeof res !== 'undefined' && res.length > 0 && res[0].box.length === 1) {
if (typeof res !== 'undefined' && res.length > 0 && typeof res[0].box !== 'undefined' && res[0].box.length === 1) {
return this.emit('boxes', res, codes);

@@ -573,0 +573,0 @@ } else {

@@ -14,3 +14,3 @@ {

},
"version": "0.1.59",
"version": "0.1.60",
"engines": {

@@ -17,0 +17,0 @@ "node": ">=0.12.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