Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

http-proxy-middleware

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-proxy-middleware - npm Package Compare versions

Comparing version 0.19.1 to 0.19.2

4

CHANGELOG.md
# 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 @@

6

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc