New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@flybywiresim/api-client

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flybywiresim/api-client - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0

7

lib/index.d.ts

@@ -86,2 +86,7 @@ export declare class MetarResponse {

}
export declare class PullLabel {
id: string;
name: string;
color: string;
}
export declare class PullInfo {

@@ -91,3 +96,3 @@ number: number;

author: string;
labels: string[];
labels: PullLabel[];
isDraft: boolean;

@@ -94,0 +99,0 @@ }

2

package.json
{
"name": "@flybywiresim/api-client",
"version": "0.9.0",
"version": "0.10.0",
"description": "Client library for the FlyByWire Simulations API",

@@ -5,0 +5,0 @@ "main": "lib/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