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

msfs-simconnect-api-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
39
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 2.0.3 to 2.0.4

2

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

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

@@ -250,3 +250,5 @@ /**

const handler = ({ data, type }) => {
const handler = ({ data, type, userRequestId }) => {
if (userRequestId !== getID) return;
// airport

@@ -342,3 +344,5 @@ if (type === 0) {

handle.off("facilityData", handler);
resolve(airportData);
resolve({
[propName]: airportData,
});
}

@@ -345,0 +349,0 @@ };

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