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

@mangs/http2-secure-reverse-proxy-nodejs

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mangs/http2-secure-reverse-proxy-nodejs - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

dist/server.min.mjs

8

package.json
{
"name": "@mangs/http2-secure-reverse-proxy-nodejs",
"version": "1.0.2",
"version": "1.0.3",
"author": "Eric Goldstein",

@@ -25,11 +25,13 @@ "description": "HTTP2-based reverse proxy server using Node.js and TLS (no dependencies)",

"files": [
"./dist",
"./src"
],
"bin": {
"h2rproxy": "./src/http2ReverseProxyServer.mts"
"h2rproxy": "./dist/server.min.mjs"
},
"exports": {
".": "./src/http2ReverseProxyServer.mts"
".": "./dist/server.min.mjs"
},
"scripts": {
"build": "rm -rf dist && bun build --entry-naming=server.min.mjs --format=esm --minify --outdir=dist --sourcemap=linked --target=node src/http2ReverseProxyServer.mts",
"check:environment": "bun run --silent check:environment:symlinks && bun run --silent check:environment:versions",

@@ -36,0 +38,0 @@ "check:environment:symlinks": "check-environment-symlinks",

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