Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

msfs-simconnect-api-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

msfs-simconnect-api-wrapper - npm Package Compare versions

Comparing version 4.3.0 to 4.4.0

4

CHANGELOG.md

@@ -11,2 +11,6 @@ # How this library is versioned

v4.4.0 (16 February 2024)
- Updated airports based on MSFS v1.36.2.0
v4.3.0 (19 December 2023)

@@ -13,0 +17,0 @@

2

package.json
{
"name": "msfs-simconnect-api-wrapper",
"version": "4.3.0",
"version": "4.4.0",
"description": "A convenient SimConnect API for playing with Microsoft Flight Simulator 2020",

@@ -5,0 +5,0 @@ "main": "msfs-api.js",

@@ -9,3 +9,3 @@ # msfs-simconnect-api-wrapper

This library uses strict [semver](http://server.org) versioning. The current version of this library is **4.3.0**. See the [changelog](./CHANGELOG.md) for the full version history.
This library uses strict [semver](http://server.org) versioning. The current version of this library is **4.4.0**. See the [changelog](./CHANGELOG.md) for the full version history.

@@ -12,0 +12,0 @@ ## Installation and use

@@ -37,2 +37,3 @@ export const RUNWAY_SURFACES = [

RUNWAY_SURFACES[254] = `unknown`;
RUNWAY_SURFACES[255] = `unknown`;

@@ -39,0 +40,0 @@ export const RUNWAY_NUMBER = [

Sorry, the diff of this file is not supported yet

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