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.1
to
5.0.2
+2
-2
dist/index.d.ts

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

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

@@ -30,3 +30,3 @@ expires_at?: Date;

userAgent?: string;
baseUrl: string;
baseUrl?: string;
};

@@ -33,0 +33,0 @@ export declare class Floatplane {

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

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

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

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

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