Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3.0 to 1.3.1

.idea/.name

2

package.json
{
"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

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