
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
ulka-plugin-reading-time
Advanced tools
Plugin for ulka static site genrator to calculate reading time of markdown data.
Adds a medium-like reading time estimate to your ulka posts. Powered by reading time.
npm install ulka-plugin-reading-time
Add ulka-plugin-reading-time
to plugins array in ulka-config.js
// ulka-config.js
module.exports = {
...
plugins: [
...
"ulka-plugin-reading-time",
],
}
After the setup, readingTime key will be available in fields.
// values.fields.readingTime
{
text: '1 min read',
minutes: 1,
time: 60000,
words: 200
}
To customize ulka-plugin-reading-time
, you need to pass plugin as object to plugins array.
// ulka-config.js
module.exports = {
...
plugins: [
...
{
resolve: "ulka-plugin-reading-time",
options: {
// options accepted by reading-time (https://github.com/ngryman/reading-time)
}
},
],
}
FAQs
Plugin for ulka static site genrator to calculate reading time of markdown data.
We found that ulka-plugin-reading-time 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’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.