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.9.1 to 0.9.2

4

index.js

@@ -17,3 +17,3 @@ // jshint esversion: 6, globalstrict: true, strict: true, bitwise: false

this.setRegions(this._parseOptions('regions', options));//can be no regions or a single region or multiple regions. if no regions, all pixels will be compared.
this._setCallback(callback);//callback function to be called when pixel difference is detected
this.setCallback(callback);//callback function to be called when pixel difference is detected
this._parseChunk = this._parseFirstChunk;//first parsing will be reading settings and configuring internal pixel reading

@@ -92,3 +92,3 @@ }

PamDiff.prototype._setCallback = function (callback) {
PamDiff.prototype.setCallback = function (callback) {
if (typeof callback === 'function') {

@@ -95,0 +95,0 @@ this._callback = callback;

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

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

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