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

@authx/http-proxy-client

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@authx/http-proxy-client - npm Package Compare versions

Comparing version 1.0.0-beta.9 to 1.0.0-beta.10

2

dist/index.test.js

@@ -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.

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