@refactorjs/http-proxy
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "@refactorjs/http-proxy", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "http-proxy alternative", | ||
@@ -27,7 +27,6 @@ "repository": { | ||
"tscbuild": "tsc -p ./tsconfig.json", | ||
"release": "standard-version && git push --follow-tags && pnpm publish", | ||
"release": "standard-version && git push --follow-tags && npm publish", | ||
"test": "vitest run" | ||
}, | ||
"dependencies": { | ||
"eventemitter3": "^4.0.0", | ||
"follow-redirects": "^1.15.1", | ||
@@ -44,9 +43,9 @@ "requires-port": "^1.0.0" | ||
"semver": "^7.3.7", | ||
"socket.io": "^2.5.0", | ||
"socket.io-client": "^2.5.0", | ||
"socket.io": "^4.5.1", | ||
"socket.io-client": "^4.5.1", | ||
"sse": "0.0.8", | ||
"standard-version": "latest", | ||
"typescript": "^4.7.4", | ||
"unbuild": "^0.7.6", | ||
"vitest": "^0.21.1", | ||
"unbuild": "^0.8.8", | ||
"vitest": "^0.22.0", | ||
"ws": "^8.0.0" | ||
@@ -53,0 +52,0 @@ }, |
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
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
56511
2
- Removedeventemitter3@^4.0.0
- Removedeventemitter3@4.0.7(transitive)