Socket
Socket
Sign inDemoInstall

koa2-proxy-middleware

Package Overview
Dependencies
3
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

exapmle/app.js

19

package.json
{
"name": "koa2-proxy-middleware",
"version": "0.0.1",
"description": "",
"main": "index.js",
"version": "0.0.2",
"description": "a koa2 proxy middleware by means of http-proxy-middleware",
"main": "lib/index.js",
"scripts": {

@@ -11,6 +11,17 @@ "test": "echo \"Error: no test specified\" && exit 1"

"koa2",
"proxy",
"http-proxy-middleware"
],
"author": "sunyongjian",
"license": "ISC"
"license": "ISC",
"dependencies": {
"http-proxy-middleware": "^0.18.0",
"koa2-connect": "^1.0.2",
"path-to-regexp": "^2.2.1"
},
"devDependencies": {
"koa": "^2.5.1",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc