Socket
Socket
Sign inDemoInstall

arctic

Package Overview
Dependencies
54
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.5 to 1.1.6

2

dist/providers/atlassian.js

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

async refreshAccessToken(refreshToken) {
const result = await this.client.validateAuthorizationCode(refreshToken, {
const result = await this.client.refreshAccessToken(refreshToken, {
authenticateWith: "request_body",

@@ -39,0 +39,0 @@ credentials: this.clientSecret

{
"name": "arctic",
"type": "module",
"version": "1.1.5",
"version": "1.1.6",
"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