New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

floatplane

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

floatplane - npm Package Compare versions

Comparing version
5.2.0
to
5.2.1
+1
-1
dist/index.d.ts

@@ -9,3 +9,3 @@ import got from "got";

import { Content } from "./content.js";
export declare const version = "5.2.0";
export declare const version = "5.2.1";
export type AuthToken = TokenEndpointResponse & {

@@ -12,0 +12,0 @@ expires_at?: Date;

@@ -10,3 +10,3 @@ import got from "got";

import { Core } from "./Core.js";
export const version = "5.2.0";
export const version = "5.2.1";
export class Floatplane {

@@ -40,4 +40,3 @@ got;

return;
if (!this.authToken)
await this.login();
await this.refreshAuthToken();
if (this.authToken?.access_token)

@@ -44,0 +43,0 @@ headers.authorization = `Bearer ${this.authToken.access_token}`;

{
"name": "floatplane",
"version": "5.2.0",
"version": "5.2.1",
"description": "Library for interfacing with the LMG Floatplane.com api",

@@ -5,0 +5,0 @@ "type": "module",