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.0.0
to
5.0.1
+7
-7
dist/index.d.ts

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

import { Content } from "./content.js";
export declare const version = "5.0.0";
type AuthToken = TokenEndpointResponse & {
export declare const version = "5.0.1";
export type AuthToken = TokenEndpointResponse & {
expires_at?: Date;
};
type OnDeviceCode = (response: client.DeviceAuthorizationResponse) => any;
type AuthConfig = {
export type OnDeviceCode = (response: client.DeviceAuthorizationResponse) => any;
export type OnAuthToken = (authToken: AuthToken) => void;
export type AuthConfig = {
authToken?: AuthToken;
onAuthToken?: (authToken: AuthToken) => void;
onAuthToken?: OnAuthToken;
onDeviceCode: OnDeviceCode;

@@ -26,3 +27,3 @@ clientSettings: {

};
type FloatplaneSettings = {
export type FloatplaneSettings = {
authConfig: AuthConfig;

@@ -68,2 +69,1 @@ userAgent?: string;

}
export {};

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

import { Content } from "./content.js";
export const version = "5.0.0";
export const version = "5.0.1";
export class Floatplane {

@@ -13,0 +13,0 @@ got;

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

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