
Product
Introducing Socket Scanning for OpenVSX Extensions
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.
@citation-js/plugin-orcid
Advanced tools
npm install @citation-js/plugin-orcid
Note: this plugin requires @citation-js/plugin-doi, so be sure to install that one as well if you have not already. It is automatically included in the citation-js package.
Install the plugin by require-ing it:
require('@citation-js/plugin-orcid')
Formats and other features added by this plugin.
Create a bibliography from an ORCID ID:
const { Cite } = require('@citation-js/core')
require('@citation-js/plugin-orcid')
Cite
.async('0000-0000-0000-0000')
.then(cite => cite.format( ... ))
You can also use the Replacer API, by downloading a bundle with the Replacer functionality, the CSL output plugin and this plugin (download link):
<!-- Please *download* the file linked above, since there is no built-in caching -->
<script src="bundle.js"></script>
<div class="citation-js" data-input="0000-0000-0000-0000" data-output-format="bibliography" data-output-template="apa">
Placeholder markup for if Citation.js does not work.
For example, link to <a href="https://orcid.org/0000-0000-0000-0000">your ORCID profile</a> instead!
</div>
FAQs
Citation.js plugin for ORCID
We found that @citation-js/plugin-orcid demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies