Socket
Socket
Sign inDemoInstall

immp

Package Overview
Dependencies
17
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.2 to 1.3.3

4

package.json
{
"name": "immp",
"description": "Image Manipulation Middleware Proxy",
"version": "1.3.2",
"version": "1.3.3",
"repository": "garrows/IMMP",

@@ -31,3 +31,3 @@ "keywords": [

"async": "^0.9.0",
"gm": "^1.20.0",
"gm": "^1.21.1",
"sc-cast": "0.0.6",

@@ -34,0 +34,0 @@ "underscore": "^1.6.0"

@@ -73,3 +73,3 @@ var _ = require('underscore'),

createdAt = cast(stat.mtime, 'date').getTime();
} catch(e) {};
} catch(e) {}

@@ -220,3 +220,3 @@ if(stat && now - createdAt < config.ttl && stat.size > 0) {

if (_error) return _manipulationDoneCallback(_error);
if(_error) return _manipulationDoneCallback(_error);

@@ -241,3 +241,3 @@ //Stream it back.

_manipulationDoneCallback(null);
})
});
});

@@ -250,3 +250,3 @@ });

if(_error) {
if (_error.message.indexOf('no decode delegate') !== -1) {
if(_error.message.indexOf('no decode delegate') !== -1) {
_res.status(415).send({

@@ -264,3 +264,3 @@ error: {

}
}
};
};
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc