
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
node-inpout
Advanced tools
Node implementation and wrapping of InpOut dynamic library.
The DLLs are from http://www.highrez.co.uk/downloads/inpout32/ ; all credit goes to the author. You can try to recompile dynamic libs from sources for another OS.
This module run with ffi ; so Make sure you've installed all the necessary build tools for your platform.
Then install it via npm:
$ npm install --save node-inpout
Also, on Windows systems, you can manually install InstallDriver.exe which is required to link the DLL to physical ports.
In any case, the module try itself to install it if it's necessary.
const InpOut = require('node-inpout');
let inpout = new InpOut(0x48C, true, 'inpoutx64');
inpout.Inp32().then((data) => {
/* stuff */
});
To avoid the problem of using a physical device to test the module, you can find in the test folder C++ sources for a dummy dynamic library. I've already build the OSX version and the sources should be safe to use in another platform.
ISC License. See the LICENSE file.
FAQs
Node implementation and wrapping of InpOut dynamic library
We found that node-inpout demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.