Socket
Socket
Sign inDemoInstall

http-proxy-middleware

Package Overview
Dependencies
Maintainers
1
Versions
84
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 1.0.4 to 1.0.5

4

CHANGELOG.md
# Changelog
## [v1.0.5](https://github.com/chimurai/http-proxy-middleware/releases/tag/v1.0.5)
- chore(deps): lodash 4.17.19 ([#454](https://github.com/chimurai/http-proxy-middleware/pull/454))
## [v1.0.4](https://github.com/chimurai/http-proxy-middleware/releases/tag/v1.0.4)

@@ -4,0 +8,0 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.createConfig = void 0;
const _ = require("lodash");

@@ -4,0 +5,0 @@ const url = require("url");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.match = void 0;
const isGlob = require("is-glob");

@@ -4,0 +5,0 @@ const _ = require("lodash");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ERRORS = void 0;
var ERRORS;

@@ -4,0 +5,0 @@ (function (ERRORS) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getHandlers = exports.init = void 0;
const _ = require("lodash");

@@ -4,0 +5,0 @@ const logger_1 = require("./logger");

@@ -12,2 +12,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.HttpProxyMiddleware = void 0;
const httpProxy = require("http-proxy");

@@ -14,0 +15,0 @@ const _ = require("lodash");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.createProxyMiddleware = void 0;
const http_proxy_middleware_1 = require("./http-proxy-middleware");

@@ -4,0 +5,0 @@ function createProxyMiddleware(context, options) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getArrow = exports.getInstance = void 0;
const _ = require("lodash");

@@ -4,0 +5,0 @@ const util = require("util");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.createPathRewriter = void 0;
const _ = require("lodash");

@@ -4,0 +5,0 @@ const errors_1 = require("./errors");

@@ -12,2 +12,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.getTarget = void 0;
const _ = require("lodash");

@@ -14,0 +15,0 @@ const logger_1 = require("./logger");

20

package.json
{
"name": "http-proxy-middleware",
"version": "1.0.4",
"version": "1.0.5",
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",

@@ -53,6 +53,6 @@ "main": "dist/index.js",

"@types/is-glob": "^4.0.1",
"@types/jest": "^25.2.1",
"@types/lodash": "^4.14.150",
"@types/jest": "^25.2.3",
"@types/lodash": "^4.14.151",
"@types/micromatch": "^4.0.1",
"@types/node": "^13.13.5",
"@types/node": "^14.0.3",
"@types/supertest": "^2.0.9",

@@ -64,12 +64,12 @@ "browser-sync": "^2.26.7",

"jest": "^26.0.1",
"lint-staged": "^10.2.2",
"lint-staged": "^10.2.4",
"mockttp": "^0.20.1",
"open": "^7.0.3",
"open": "^7.0.4",
"prettier": "^2.0.5",
"supertest": "^4.0.2",
"ts-jest": "^25.5.0",
"ts-jest": "^26.0.0",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.8.3",
"ws": "^7.2.5"
"typescript": "^3.9.2",
"ws": "^7.3.0"
},

@@ -80,3 +80,3 @@ "dependencies": {

"is-glob": "^4.0.1",
"lodash": "^4.17.15",
"lodash": "^4.17.19",
"micromatch": "^4.0.2"

@@ -83,0 +83,0 @@ },

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