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

node-simconnect

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-simconnect - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

0

examples/electron/main.js

@@ -0,0 +0,0 @@ /**

7

examples/nodejs/example.js

@@ -28,3 +28,8 @@ const simConnect = require('../../build/Release/node-simconnect');

}, (exception) => {
console.log("SimConnect exception: " + exception.name + " (" + exception.dwException + ", " + exception.dwSendID + ", " + exception.dwIndex + ", " + exception.cbData);
console.log("SimConnect exception: " + exception.name + " (" + exception.dwException + ", " + exception.dwSendID + ", " + exception.dwIndex + ", " + exception.cbData + ")");
}, (error) => {
// Happens for example when connection with SimConnect is lost unexpectedly. The connection must be re-opened.
// Look up error in ntstatus.h for crash details
console.log("SimConnect error: " + error);
connectToSim();
});

@@ -31,0 +36,0 @@

2

package.json
{
"name": "node-simconnect",
"version": "1.0.4",
"version": "1.0.5",
"description": "Wrapper for the SimConnect SDK for FSX and Prepar3D (Windows)",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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