Socket
Socket
Sign inDemoInstall

arctic

Package Overview
Dependencies
38
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.0 to 1.8.1

4

dist/providers/okta.js

@@ -33,3 +33,4 @@ import { OAuth2Client } from "oslo/oauth2";

codeVerifier,
credentials: this.clientSecret
credentials: this.clientSecret,
authenticateWith: "request_body"
});

@@ -48,2 +49,3 @@ const tokens = {

credentials: this.clientSecret,
authenticateWith: "request_body",
scopes: options?.scopes ?? []

@@ -50,0 +52,0 @@ });

@@ -22,3 +22,4 @@ import { OAuth2Client } from "oslo/oauth2";

const result = await this.client.validateAuthorizationCode(code, {
credentials: this.clientSecret
credentials: this.clientSecret,
authenticateWith: "request_body"
});

@@ -25,0 +26,0 @@ const tokens = {

{
"name": "arctic",
"type": "module",
"version": "1.8.0",
"version": "1.8.1",
"description": "OAuth 2.0 clients for popular providers",

@@ -6,0 +6,0 @@ "main": "dist/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc