Socket
Socket
Sign inDemoInstall

@vuepress/core

Package Overview
Dependencies
Maintainers
6
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-beta.66 to 2.0.0-beta.67

4

./dist/index.js
// src/app/prepare/prepareClientConfigs.ts
var prepareClientConfigs = async (app) => {
const clientConfigFiles = await app.pluginApi.hooks.clientConfigFile.process(
app
);
const clientConfigFiles = await app.pluginApi.hooks.clientConfigFile.process(app);
const content = `${clientConfigFiles.map((filePath, index) => `import clientConfig${index} from '${filePath}'`).join("\n")}

@@ -7,0 +5,0 @@

// src/app/prepare/prepareClientConfigs.ts
var prepareClientConfigs = async (app) => {
const clientConfigFiles = await app.pluginApi.hooks.clientConfigFile.process(
app
);
const clientConfigFiles = await app.pluginApi.hooks.clientConfigFile.process(app);
const content = `${clientConfigFiles.map((filePath, index) => `import clientConfig${index} from '${filePath}'`).join("\n")}

@@ -7,0 +5,0 @@

{
"name": "@vuepress/core",
"version": "2.0.0-beta.66",
"version": "2.0.0-beta.67",
"description": "Core package of VuePress",

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

"vue": "^3.3.4",
"@vuepress/client": "2.0.0-beta.66",
"@vuepress/markdown": "2.0.0-beta.66",
"@vuepress/shared": "2.0.0-beta.66",
"@vuepress/utils": "2.0.0-beta.66"
"@vuepress/client": "2.0.0-beta.67",
"@vuepress/markdown": "2.0.0-beta.67",
"@vuepress/utils": "2.0.0-beta.67",
"@vuepress/shared": "2.0.0-beta.67"
},

@@ -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