New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1.2 to 1.1.3

2

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

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

@@ -603,3 +603,3 @@ /*

pixelTransparency = options.transparency || pixelTransparency;
pixelTransparency = isNaN(Number(options.transparency)) ? pixelTransparency : options.transparency;

@@ -606,0 +606,0 @@ if (options.largeImageThreshold !== undefined) {

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