Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.37 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.37 KB

windows-security

dependencies Status devDependencies Status AppVeyor

A Node.js addon that wraps Windows Security APIs and provides a convenient interface for working with them from JavaScript.

Currently only a limited subset of the API is available, such as SID resolution, file owner resolution and check against the well known SIDs.

Prerequisites

There are no prerequisites. This module comes with prebuilt binaries published on GitHub releases automatically via Appveyor.

However if you wish to build it from source make sure to install the Visual Studio 2015 Build Tools with MFC/ATL support. For the environment configuration please refer to the Node.js guidelines by Microsoft.

Building

To compile the module simply run

./node_modules/.bin/node-pre-gyp build

You can confirm everything built correctly by running the test suite.

To run tests:

$ npm test