Socket
Book a DemoInstallSign in
Socket

node-inpout

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-inpout

Node implementation and wrapping of InpOut dynamic library

Source
npmnpm
Version
0.0.3
Version published
Weekly downloads
1
-80%
Maintainers
1
Weekly downloads
 
Created
Source

node-inpout

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.

Installation

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

Example Usage

const InpOut = require('node-inpout');

let inpout = new InpOut(0x48C, true, 'inpoutx64');
inpout.Inp32().then((data) => {
    /* stuff */
});

License

ISC License. See the LICENSE file.

Keywords

inpout

FAQs

Package last updated on 25 May 2016

Did you know?

Socket

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.

Install

Related posts