@authx/http-proxy-client
Advanced tools
Comparing version 1.0.0-beta.9 to 1.0.0-beta.10
@@ -72,3 +72,3 @@ "use strict"; | ||
if (encoded) { | ||
for (var i = (encoded.length % 4) - 1; i >= 0; i--) { | ||
for (let i = (encoded.length % 4) - 1; i >= 0; i--) { | ||
encoded += "="; | ||
@@ -75,0 +75,0 @@ } |
@@ -8,7 +8,7 @@ { | ||
"dependencies": { | ||
"@types/http-proxy": "^1.17.0", | ||
"@types/jsonwebtoken": "^8.3.2", | ||
"@types/node-fetch": "^2.3.6", | ||
"@types/http-proxy": "^1.17.2", | ||
"@types/jsonwebtoken": "^8.3.5", | ||
"@types/node-fetch": "^2.5.3", | ||
"abort-controller": "^3.0.0", | ||
"http-proxy": "^1.17.0", | ||
"http-proxy": "^1.18.0", | ||
"jsonwebtoken": "^8.5.1", | ||
@@ -19,10 +19,10 @@ "node-fetch": "^2.5.0" | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^1.10.2", | ||
"@typescript-eslint/parser": "^1.10.2", | ||
"ava": "^2.1.0", | ||
"eslint": "^5.16.0", | ||
"eslint-config-prettier": "^4.2.0", | ||
"eslint-plugin-prettier": "^3.0.0", | ||
"prettier": "^1.18.2", | ||
"typescript": "^3.5.1" | ||
"@typescript-eslint/eslint-plugin": "^2.8.0", | ||
"@typescript-eslint/parser": "^2.8.0", | ||
"ava": "^2.4.0", | ||
"eslint": "^6.6.0", | ||
"eslint-config-prettier": "^6.7.0", | ||
"eslint-plugin-prettier": "^3.1.1", | ||
"prettier": "^1.19.1", | ||
"typescript": "^3.7.2" | ||
}, | ||
@@ -57,3 +57,3 @@ "engines": { | ||
"types": "./dist/index.d.ts", | ||
"version": "1.0.0-beta.9" | ||
"version": "1.0.0-beta.10" | ||
} |
@@ -1,2 +0,2 @@ | ||
# HTTP Proxy - Resource | ||
# HTTP Proxy - Client | ||
@@ -3,0 +3,0 @@ The AuthX proxy for resources is a flexible HTTP proxy that can inject access tokens into a request. It is designed to be deployed alongside an app or worker, and maintains an in-memory cache of fresh access tokens to add the minimun amount of latency. It relies on refresh tokens specified in the configuration or provided by rules. |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
3
63526
8
819
Updated@types/http-proxy@^1.17.2
Updated@types/jsonwebtoken@^8.3.5
Updated@types/node-fetch@^2.5.3
Updatedhttp-proxy@^1.18.0