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

resemblejs

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resemblejs - npm Package Compare versions

Comparing version 1.3.1 to 2.0.1

2

package.json
{
"name": "resemblejs",
"version": "1.3.1",
"version": "2.0.1",
"description": "Image analysis and comparison with HTML5",

@@ -5,0 +5,0 @@ "main": "resemble.js",

/*
James Cryer / Huddle 2014
James Cryer / Huddle 2015
URL: https://github.com/Huddle/Resemble.js

@@ -170,3 +170,3 @@ */

hiddenImage.src = fileData;
if (hiddenImage.complete) {
if (hiddenImage.complete && hiddenImage.naturalWidth > 0) {
hiddenImage.onload();

@@ -403,3 +403,3 @@ }

diffBounds.bottom = Math.max(y, diffBounds.bottom);
}
};

@@ -406,0 +406,0 @@ var time = Date.now();

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