http-proxy-middleware
Advanced tools
Comparing version 0.19.1 to 0.19.2
# Changelog | ||
## [v0.19.2](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.19.2) | ||
- chore(deps): http-proxy 1.18.1 | ||
## [v0.19.1](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.19.1) | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "http-proxy-middleware", | ||
"version": "0.19.1", | ||
"version": "0.19.2", | ||
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync", | ||
@@ -14,3 +14,3 @@ "main": "index.js", | ||
"lint:fix": "prettier \"**/*.{js,md}\" --write", | ||
"test": "npm run lint && mocha --recursive --colors --reporter spec", | ||
"test": "mocha --recursive --colors --reporter spec", | ||
"cover": "npm run clean && istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive", | ||
@@ -63,3 +63,3 @@ "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive --reporter spec && istanbul-coveralls && npm run clean" | ||
"dependencies": { | ||
"http-proxy": "^1.17.0", | ||
"http-proxy": "^1.18.1", | ||
"is-glob": "^4.0.0", | ||
@@ -66,0 +66,0 @@ "lodash": "^4.17.11", |
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
47853
Updatedhttp-proxy@^1.18.1