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
125
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 1.0.0-alpha.20 to 1.0.0-alpha.21

8

index.js

@@ -7,4 +7,6 @@ const { path, datatypes: { isString }} = require('@vuepress/shared-utils')

pageEnhancers = [],
postsDir = '_posts',
categoryIndexPageUrl = '/category/',
tagIndexPageUrl = '/tag/'
tagIndexPageUrl = '/tag/',
permalink = '/:year/:month/:day/:slug'
} = options

@@ -43,6 +45,6 @@

{
when: ({ regularPath }) => regularPath.startsWith('/_posts/'),
when: ({ regularPath }) => regularPath.startsWith(`/${postsDir}/`),
frontmatter: {
layout: getLayout('Post', 'Page'),
permalink: '/:year/:month/:day/:slug'
permalink: permalink
},

@@ -49,0 +51,0 @@ data: { type: 'post' }

{
"name": "@vuepress/plugin-blog",
"version": "1.0.0-alpha.20",
"version": "1.0.0-alpha.21",
"description": "blog plugin for vuepress",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc