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 1.1.6 to 1.1.7

2

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

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

@@ -54,3 +54,3 @@ // see https://docs.flightsimulator.com/html/Programming_Tools/SimVars/Aircraft_SimVars/Aircraft_AutopilotAssistant_Variables.htm

units: `feet`,
...dataType(`Float64`),
...dataType(`Float64`, SETTABLE),
},

@@ -120,3 +120,3 @@ "AUTOPILOT ALTITUDE MANUALLY TUNABLE": {

units: `degrees`,
...dataType(`Float64`),
...dataType(`Float64`, SETTABLE),
},

@@ -171,3 +171,3 @@ "AUTOPILOT CRUISE SPEED HOLD": {

units: `bool`,
...dataType(`Int32`),
...dataType(`Int32`, SETTABLE),
},

@@ -197,3 +197,3 @@ "AUTOPILOT GLIDESLOPE ACTIVE": {

units: `degrees`,
...dataType(`Float64`),
...dataType(`Float64`, SETTABLE),
},

@@ -203,3 +203,3 @@ "AUTOPILOT HEADING MANUALLY TUNABLE": {

units: `bool`,
...dataType(`Int32`),
...dataType(`Int32`, SETTABLE),
},

@@ -314,3 +314,3 @@ "AUTOPILOT HEADING SLOT INDEX": {

units: `percent`,
...dataType(`Float64`),
...dataType(`Float64`, SETTABLE),
},

@@ -325,3 +325,3 @@ "AUTOPILOT VERTICAL HOLD": {

units: `feet`,
...dataType(`Float64`),
...dataType(`Float64`, SETTABLE),
},

@@ -328,0 +328,0 @@ "AUTOPILOT VS SLOT INDEX": {

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