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 3.2.0 to 4.0.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

v4.0.0
- Fixed an issue with runway slope values being double-converted. This is a breaking change for any code that relied on runway slope.
v3.2.0

@@ -2,0 +6,0 @@

2

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

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

@@ -375,4 +375,4 @@ /**

const patternAltitude = data.readFloat32();
const slope = degrees(data.readFloat32());
const slopeTrue = degrees(data.readFloat32());
const slope = data.readFloat32();
const slopeTrue = data.readFloat32();
const surface = RUNWAY_SURFACES[data.readInt32()];

@@ -379,0 +379,0 @@

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