Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@flybywiresim/msfs-nodejs
Advanced tools
The Node.JS wrapper around the MSFS SDK. The library supports both JavaScript and TypeScript.
Install the client library using npm:
$ npm install --save @flybywiresim/msfs-nodejs
Install node-gyp on the system and follow the the installation instructions.
Start the build process by npm run build:all
.
If the binding-compilation fails due to v8.h include errors is it required to delete the local cache of node-gyp.
node-gyp cache: %LocalAppData%/node-gyp/Cache
Thereafter execute node-gyp configure
and the problem should be solved.
Some manual steps are required to release the package. These steps are required to avoid the creation a Windows-VM on Github.
npm run build:rollup
This software is licensed under the MIT license.
FAQs
Wrapper around the MSFS SDK for Node.JS applications
The npm package @flybywiresim/msfs-nodejs receives a total of 11 weekly downloads. As such, @flybywiresim/msfs-nodejs popularity was classified as not popular.
We found that @flybywiresim/msfs-nodejs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.