Comparing version 1.3.2 to 1.3.3
{ | ||
"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: { | ||
} | ||
} | ||
}; | ||
}; |
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
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
Updatedgm@^1.21.1