
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.
vuepress-plugin-reading-progress
Advanced tools
a reading progress bar plugin for vuepress
add reading progress bar for vuepress
yarn add vuepress-plugin-reading-progress
# or
npm i vuepress-plugin-reading-progress
module.exports = {
plugins: [
'reading-progress'
]
}
null
, string
, array
, object
, RegExp
false
Specify regularPath that display reading progress bar
example
{
readingDir: 'posts'
// or
readingDir: ['posts1', 'posts2', 'posts3']
// or { dir: fixed }
readingDir: {
posts1: 'top',
posts2: 'bottom',
posts3: 'left'
}
// or RegExp
readingDir: /[^/]+$/ // exclude regularPath end with `/`
// or
readingDir: new RegExp('[^/]+$')
}
string
top
false
support top
, bottom
, left
, right
set position for reading progress bar
Change the reading progress bar display of the current page by use readingShow
string
, boolean
false
top
, bottom
, left
, right
, true
, false
---
readingShow: false
---
If you wish to apply simple color overrides to the styling
+- .vuepress
+- styles
+- palette.styl
$readingBgColor = transparent
$readingZIndex = 1000
$readingSize = 3px
$readingProgressColor = $accentColor
$readingProgressImage = none
$readingProgressImage = linear-gradient(-120deg, #E50743 0%, #F9870F 15%, #E8ED30 30%, #3FA62E 45%, #3BB4D7 60%, #2F4D9E 75%, #71378A 80%)
1.0.10
FAQs
A reading progress bar plugin for VuePress
The npm package vuepress-plugin-reading-progress receives a total of 282 weekly downloads. As such, vuepress-plugin-reading-progress popularity was classified as not popular.
We found that vuepress-plugin-reading-progress 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.