Package Exports
- x509-ts
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (x509-ts) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
X.509 TypeScript Library
- Author: Jonathan M. Wilbur <jonathan@wilbur.space>
- Copyright Year: 2018
- License: MIT License
- Version: See
version
file or git tags. - Platform: NodeJS or Modern Web Browsers
Building
This library requires NodeJS v10.3.0 or higher, mostly to support Regular Expression Named Capture Groups. See this page for NodeJS ES2018 support.
You can build this library by running:
npm run-script build
make -f build/Makefile
The outputs will all be in dist
.
dist/web/x509.js
is the library for the web browser, which is minified.dist/node/x509.js
is the NodeJS library, which is not minified.
Library Usage
See Also
Contact Me
If you would like to suggest fixes or improvements on this library, please just leave an issue on this GitHub page. If you would like to contact me for other reasons, please email me at jonathan@wilbur.space (My GPG Key) (My TLS Certificate). 🐗