resemblejs
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "resemblejs", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Image analysis and comparison with HTML5", | ||
@@ -5,0 +5,0 @@ "main": "resemble.js", |
@@ -0,0 +0,0 @@ Resemble.js |
@@ -6,3 +6,11 @@ /* | ||
(function(_this){ | ||
(function (root, factory) { | ||
if (typeof define === 'function' && define.amd) { | ||
define([], factory); | ||
} else if (typeof module === 'object' && module.exports) { | ||
module.exports = factory(); | ||
} else { | ||
root.resemble = factory(); | ||
} | ||
}(this, function () { | ||
'use strict'; | ||
@@ -67,3 +75,3 @@ | ||
_this['resemble'] = function( fileData ){ | ||
var resemble = function( fileData ){ | ||
@@ -638,3 +646,3 @@ var data = {}; | ||
_this['resemble'].outputSettings = function(options){ | ||
resemble.outputSettings = function(options){ | ||
var key; | ||
@@ -662,2 +670,3 @@ var undefined; | ||
}(this)); | ||
return resemble; | ||
})); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31675
11
531
1