Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "immp", | ||
"description": "Image Manipulation Middleware Proxy", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"repository": "garrows/IMMP", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
@@ -44,3 +44,3 @@ IMMP: Image Manipulation Middleware Proxy | ||
app.use('/im/*', require('./src')({ | ||
app.use('/im/*', immp({ | ||
ttl: 1000 * 60 * 60 * 24 * 7, // 1 week | ||
@@ -47,0 +47,0 @@ imageMagick: true, |
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
9369