
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@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:rollupThis 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 4 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.