Socket
Socket
Sign inDemoInstall

arctic

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arctic - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

4

dist/providers/spotify.js

@@ -32,3 +32,5 @@ import { TimeSpan, createDate } from "oslo";

async refreshAccessToken(refreshToken) {
const result = await this.client.refreshAccessToken(refreshToken);
const result = await this.client.refreshAccessToken(refreshToken, {
credentials: this.clientSecret
});
const tokens = {

@@ -35,0 +37,0 @@ accessToken: result.access_token,

{
"name": "arctic",
"type": "module",
"version": "1.1.3",
"version": "1.1.4",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc