New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hops-development-proxy

Package Overview
Dependencies
Maintainers
7
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hops-development-proxy - npm Package Compare versions

Comparing version 11.9.0 to 11.9.1

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [11.9.1](https://github.com/xing/hops/compare/v11.9.0...v11.9.1) (2019-09-11)
### Bug Fixes
* update dependency http-proxy-middleware to ^0.20.0 ([8510308](https://github.com/xing/hops/commit/8510308))
# [11.9.0](https://github.com/xing/hops/compare/v11.8.5...v11.9.0) (2019-08-12)

@@ -8,0 +19,0 @@

3

mixin.core.js

@@ -59,3 +59,3 @@ const debug = require('debug')('hops:development-proxy');

Object.entries(proxyConfig).forEach(([path, config]) => {
const { target, routes } =
const { target } =
typeof config === 'string' ? { target: config } : config;

@@ -76,3 +76,2 @@

target,
routes,
})

@@ -79,0 +78,0 @@ );

{
"name": "hops-development-proxy",
"version": "11.9.0",
"version": "11.9.1",
"description": "Proxy",

@@ -18,7 +18,7 @@ "keywords": [

"debug": "^4.0.0",
"hops-mixin": "^11.9.0",
"http-proxy-middleware": "^0.19.0"
"hops-mixin": "^11.9.1",
"http-proxy-middleware": "^0.20.0"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/development-proxy#readme",
"gitHead": "cf4144321e2fd0ee5c3a9e100ed1a6a2b6557e4d"
"gitHead": "bffd21238c660a4176e012cd119bd8f4ba2ee3fe"
}
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