Socket
Socket
Sign inDemoInstall

jsrsasign-addon-qc

Package Overview
Dependencies
1
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    jsrsasign-addon-qc

jsrsasign add-on for qcStatements extensions and OIDs for qualified certificate


Version published
Weekly downloads
15
increased by650%
Maintainers
1
Install size
864 kB
Created
Weekly downloads
 

Readme

Source

jsrsasign-addon-qc

jsrsasign addon for qcStatements extension and EU qualified certificate OIDs

Usage for Node.JS

let jsrsasign = require("jsrsasign");
require("jsrsasign-addon-qc").register(jsrsasign);

Usage for web pages

<script type="module">
import jsrsasign from 'https://cdn.jsdelivr.net/npm/jsrsasign@10.7.0/+esm';
import qcAddon from 'https://cdn.jsdelivr.net/npm/jsrsasign-addon-qc@0.9.4/+esm';
qcAddon.register(jsrsasign);
// Then you can use jsrsasign with supports qualified certificate parser and OIDs
</script>

Please use latest version.

Keywords

FAQs

Last updated on 13 Mar 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc