New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vuepress/plugin-blog

Package Overview
Dependencies
Maintainers
2
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuepress/plugin-blog - npm Package Compare versions

Comparing version

to
1.0.0-alpha.3

2

package.json
{
"name": "@vuepress/plugin-blog",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "blog plugin for vuepress",

@@ -5,0 +5,0 @@ "main": "index.js",

# @vuepress/plugin-blog
> theme plugin for vuepress
## Usage
```javascript
module.exports = {
plugins: ['@vuepress/blog']
}
```
## Options
### pageEnhancers
- Type: `function`
- Default: `/i18n/`
### categoryIndexPageUrl
- Type: `string`
- Default: `/category/`
### tagIndexPageUrl
- Type: `string`
- Default: `/tag/`