0.1.0 • Published 7 months ago

windows-ca-certs v0.1.0

Weekly downloads
-
License
BSD
Repository
github
Last release
7 months ago

windows-ca-certs

Wrapper library around @vscode/windows-ca-certs with prebuilt win32 included.

Installation

npm install windows-ca-certs

Usage

Use a dynamic import to load only if the platform is Windows (only a win32 binary is included):

const winCA = await import('windows-ca-certs');
const certs = winCA.all();

On non-Windows platforms all is a no-op that returns an empty array.

0.1.0

7 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago