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

pam-diff

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pam-diff - npm Package Compare versions

Comparing version 0.13.3 to 0.13.4

4

index.js

@@ -453,3 +453,2 @@ 'use strict';

this._engine.compare(this._oldPix, this._newPix, (err, results) => {
//this._pixelDiffEngine(this._oldPix, this._newPix, (err, results) => {
if (results.length) {

@@ -481,3 +480,2 @@ const data = {trigger: results, pam: chunk.pam};

this._engine.compare(this._oldPix, this._newPix, (err, results) => {
//this._pixelDiffEngine(this._oldPix, this._newPix, (err, results) => {
if (results.length) {

@@ -497,2 +495,4 @@ const data = {trigger: results, pam: chunk.pam};

});
this._oldPix = this._newPix;

@@ -499,0 +499,0 @@ }

{
"name": "pam-diff",
"version": "0.13.3",
"version": "0.13.4",
"description": "Measure differences between pixel arrays extracted from pam images",

@@ -19,50 +19,50 @@ "main": "index.js",

"gray:1": "node tests/test_gray --async false --response percent",
"gray:2": "node tests/test_gray2 --async false --response percent",
"gray:3": "node tests/test_gray3 --async false --response percent",
"gray:4": "node tests/test_gray4 --async false --response percent",
"gray:5": "node tests/test_gray --async false --response bounds",
"gray:2": "node tests/test_gray --async false --response bounds",
"gray:3": "node tests/test_gray --async true --response percent",
"gray:4": "node tests/test_gray --async true --response bounds",
"gray:5": "node tests/test_gray2 --async false --response percent",
"gray:6": "node tests/test_gray2 --async false --response bounds",
"gray:7": "node tests/test_gray3 --async false --response bounds",
"gray:8": "node tests/test_gray4 --async false --response bounds",
"gray:9": "node tests/test_gray --async true --response percent",
"gray:10": "node tests/test_gray2 --async true --response percent",
"gray:7": "node tests/test_gray2 --async true --response percent",
"gray:8": "node tests/test_gray2 --async true --response bounds",
"gray:9": "node tests/test_gray3 --async false --response percent",
"gray:10": "node tests/test_gray3 --async false --response bounds",
"gray:11": "node tests/test_gray3 --async true --response percent",
"gray:12": "node tests/test_gray4 --async true --response percent",
"gray:13": "node tests/test_gray --async true --response bounds",
"gray:14": "node tests/test_gray2 --async true --response bounds",
"gray:15": "node tests/test_gray3 --async true --response bounds",
"gray:12": "node tests/test_gray3 --async true --response bounds",
"gray:13": "node tests/test_gray4 --async false --response percent",
"gray:14": "node tests/test_gray4 --async false --response bounds",
"gray:15": "node tests/test_gray4 --async true --response percent",
"gray:16": "node tests/test_gray4 --async true --response bounds",
"rgb": "npm run rgb:1 && npm run rgb:2 && npm run rgb:3 && npm run rgb:4 && npm run rgb:5 && npm run rgb:6 && npm run rgb:7 && npm run rgb:8 && npm run rgb:9 && npm run rgb:10 && npm run rgb:11 && npm run rgb:12 && npm run rgb:13 && npm run rgb:14 && npm run rgb:15 && npm run rgb:16",
"rgb:1": "node tests/test_rgb --async false --response percent",
"rgb:2": "node tests/test_rgb2 --async false --response percent",
"rgb:3": "node tests/test_rgb3 --async false --response percent",
"rgb:4": "node tests/test_rgb4 --async false --response percent",
"rgb:5": "node tests/test_rgb --async false --response bounds",
"rgb:2": "node tests/test_rgb --async false --response bounds",
"rgb:3": "node tests/test_rgb --async true --response percent",
"rgb:4": "node tests/test_rgb --async true --response bounds",
"rgb:5": "node tests/test_rgb2 --async false --response percent",
"rgb:6": "node tests/test_rgb2 --async false --response bounds",
"rgb:7": "node tests/test_rgb3 --async false --response bounds",
"rgb:8": "node tests/test_rgb4 --async false --response bounds",
"rgb:9": "node tests/test_rgb --async true --response percent",
"rgb:10": "node tests/test_rgb2 --async true --response percent",
"rgb:7": "node tests/test_rgb2 --async true --response percent",
"rgb:8": "node tests/test_rgb2 --async true --response bounds",
"rgb:9": "node tests/test_rgb3 --async false --response percent",
"rgb:10": "node tests/test_rgb3 --async false --response bounds",
"rgb:11": "node tests/test_rgb3 --async true --response percent",
"rgb:12": "node tests/test_rgb4 --async true --response percent",
"rgb:13": "node tests/test_rgb --async true --response bounds",
"rgb:14": "node tests/test_rgb2 --async true --response bounds",
"rgb:15": "node tests/test_rgb3 --async true --response bounds",
"rgb:12": "node tests/test_rgb3 --async true --response bounds",
"rgb:13": "node tests/test_rgb4 --async false --response percent",
"rgb:14": "node tests/test_rgb4 --async false --response bounds",
"rgb:15": "node tests/test_rgb4 --async true --response percent",
"rgb:16": "node tests/test_rgb4 --async true --response bounds",
"rgba": "npm run rgba:1 && npm run rgba:2 && npm run rgba:3 && npm run rgba:4 && npm run rgba:5 && npm run rgba:6 && npm run rgba:7 && npm run rgba:8 && npm run rgba:9 && npm run rgba:10 && npm run rgba:11 && npm run rgba:12 && npm run rgba:13 && npm run rgba:14 && npm run rgba:15 && npm run rgba:16",
"rgba:1": "node tests/test_rgba --async false --response percent",
"rgba:2": "node tests/test_rgba2 --async false --response percent",
"rgba:3": "node tests/test_rgba3 --async false --response percent",
"rgba:4": "node tests/test_rgba4 --async false --response percent",
"rgba:5": "node tests/test_rgba --async false --response bounds",
"rgba:2": "node tests/test_rgba --async false --response bounds",
"rgba:3": "node tests/test_rgba --async true --response percent",
"rgba:4": "node tests/test_rgba --async true --response bounds",
"rgba:5": "node tests/test_rgba2 --async false --response percent",
"rgba:6": "node tests/test_rgba2 --async false --response bounds",
"rgba:7": "node tests/test_rgba3 --async false --response bounds",
"rgba:8": "node tests/test_rgba4 --async false --response bounds",
"rgba:9": "node tests/test_rgba --async true --response percent",
"rgba:10": "node tests/test_rgba2 --async true --response percent",
"rgba:7": "node tests/test_rgba2 --async true --response percent",
"rgba:8": "node tests/test_rgba2 --async true --response bounds",
"rgba:9": "node tests/test_rgba3 --async false --response percent",
"rgba:10": "node tests/test_rgba3 --async false --response bounds",
"rgba:11": "node tests/test_rgba3 --async true --response percent",
"rgba:12": "node tests/test_rgba4 --async true --response percent",
"rgba:13": "node tests/test_rgba --async true --response bounds",
"rgba:14": "node tests/test_rgba2 --async true --response bounds",
"rgba:15": "node tests/test_rgba3 --async true --response bounds",
"rgba:12": "node tests/test_rgba3 --async true --response bounds",
"rgba:13": "node tests/test_rgba4 --async false --response percent",
"rgba:14": "node tests/test_rgba4 --async false --response bounds",
"rgba:15": "node tests/test_rgba4 --async true --response percent",
"rgba:16": "node tests/test_rgba4 --async true --response bounds",

@@ -69,0 +69,0 @@ "pub": "npm publish -tag latest",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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