Socket
Socket
Sign inDemoInstall

@vuepress/core

Package Overview
Dependencies
Maintainers
2
Versions
189
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuepress/core - npm Package Compare versions

Comparing version 2.0.0-rc.4 to 2.0.0-rc.5

1

dist/index.d.ts

@@ -582,2 +582,3 @@ import { MarkdownLink, MarkdownSfcBlocks, MarkdownOptions, Markdown, MarkdownHeader } from '@vuepress/markdown';

* - page components
* - page chunks
* - routes

@@ -584,0 +585,0 @@ * - site data

18

dist/index.js

@@ -596,11 +596,11 @@ // src/app/prepare/prepareClientConfigs.ts

log4("prepare start");
for (const page of app.pages) {
await preparePageComponent(app, page);
}
for (const page of app.pages) {
await preparePageChunk(app, page);
}
await prepareRoutes(app);
await prepareSiteData(app);
await prepareClientConfigs(app);
await Promise.all([
...app.pages.flatMap((page) => [
preparePageComponent(app, page),
preparePageChunk(app, page)
]),
prepareRoutes(app),
prepareSiteData(app),
prepareClientConfigs(app)
]);
await app.pluginApi.hooks.onPrepared.process(app);

@@ -607,0 +607,0 @@ log4("prepare finish");

{
"name": "@vuepress/core",
"version": "2.0.0-rc.4",
"version": "2.0.0-rc.5",
"description": "Core package of VuePress",

@@ -31,6 +31,6 @@ "keywords": [

"vue": "^3.4.15",
"@vuepress/client": "2.0.0-rc.4",
"@vuepress/utils": "2.0.0-rc.4",
"@vuepress/shared": "2.0.0-rc.4",
"@vuepress/markdown": "2.0.0-rc.4"
"@vuepress/client": "2.0.0-rc.5",
"@vuepress/markdown": "2.0.0-rc.5",
"@vuepress/shared": "2.0.0-rc.5",
"@vuepress/utils": "2.0.0-rc.5"
},

@@ -37,0 +37,0 @@ "publishConfig": {

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