0.1.5 • Published 10 months ago

windows-ca-certs v0.1.5

Weekly downloads
-
License
BSD
Repository
github
Last release
10 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.4

10 months ago

0.1.5

10 months ago

0.1.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago