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

comp-shot

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

comp-shot - npm Package Compare versions

Comparing version 1.3.5 to 1.3.6

2

dist/server.js

@@ -59,3 +59,3 @@ 'use strict';

(0, _resemble.resemble)(newImg).compareTo(baseImg).onComplete(function (data) {
if (Number(data.misMatchPercentage) > options.resemblejsThreshold) {
if (Number(data.misMatchPercentage) >= options.resemblejsThreshold) {
done(null, acc.concat([{

@@ -62,0 +62,0 @@ filename: currentImage,

{
"name": "comp-shot",
"version": "1.3.5",
"version": "1.3.6",
"description": "",

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

@@ -31,3 +31,3 @@ import express from 'express';

.onComplete((data) => {
if (Number(data.misMatchPercentage) > options.resemblejsThreshold) {
if (Number(data.misMatchPercentage) >= options.resemblejsThreshold) {
done(null, acc.concat([{

@@ -34,0 +34,0 @@ filename: currentImage,

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