floatplane
Advanced tools
+7
-7
@@ -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 {}; |
+1
-1
@@ -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; |
+1
-1
| { | ||
| "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", |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
395959
0.01%