
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
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.
// 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-sitemap",
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.
The npm package ulka-plugin-reading-time receives a total of 1 weekly downloads. As such, ulka-plugin-reading-time popularity was classified as not popular.
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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.