@mangs/http2-secure-reverse-proxy-nodejs
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
15195
5
12