Comparing version 5.0.0 to 5.0.1
@@ -263,3 +263,5 @@ # Built-in Middlewares | ||
// Add the middleware at the end. | ||
this.use(showHTML('my-file.html')); | ||
this.use(showHTML({ | ||
file: 'my-file.html', | ||
})); | ||
} | ||
@@ -266,0 +268,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://homer0.github.io/jimpex/", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"repository": "homer0/jimpex", | ||
@@ -11,3 +11,3 @@ "author": "Leonardo Apiwan (@homer0) <me@homer0.com>", | ||
"dependencies": { | ||
"wootils": "^3.0.1", | ||
"wootils": "^3.0.2", | ||
"jimple": "^1.5.0", | ||
@@ -20,3 +20,3 @@ "express": "^4.17.1", | ||
"statuses": "^1.5.0", | ||
"fs-extra": "^8.1.0", | ||
"fs-extra": "^9.0.0", | ||
"multer": "^1.4.2", | ||
@@ -27,5 +27,5 @@ "mime": "^2.4.4" | ||
"eslint": "^6.8.0", | ||
"eslint-plugin-homer0": "^3.0.0", | ||
"jest-ex": "^7.0.1", | ||
"jest-cli": "^24.9.0", | ||
"eslint-plugin-homer0": "^3.0.2", | ||
"jest-ex": "^8.0.0", | ||
"jest-cli": "^25.1.0", | ||
"jasmine-expect": "^4.0.3", | ||
@@ -35,5 +35,5 @@ "esdoc": "^1.1.0", | ||
"esdoc-node": "1.0.4", | ||
"leasot": "^9.3.1", | ||
"coveralls": "^3.0.9", | ||
"husky": "^3.1.0" | ||
"leasot": "^10.1.0", | ||
"coveralls": "^3.0.11", | ||
"husky": "^4.2.3" | ||
}, | ||
@@ -40,0 +40,0 @@ "engine-strict": true, |
@@ -288,2 +288,3 @@ const ObjectUtils = require('wootils/shared/objectUtils'); | ||
'x-powered-by', | ||
'content-encoding', | ||
], | ||
@@ -290,0 +291,0 @@ }, |
@@ -44,2 +44,3 @@ jest.unmock('/src/utils/functions'); | ||
'x-powered-by', | ||
'content-encoding', | ||
], | ||
@@ -46,0 +47,0 @@ }, |
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
477646
11966
- Removedfs-extra@8.1.0(transitive)
- Removedjsonfile@4.0.0(transitive)
- Removeduniversalify@0.1.2(transitive)
Updatedfs-extra@^9.0.0
Updatedwootils@^3.0.2