Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vuepress/core

Package Overview
Dependencies
Maintainers
6
Versions
192
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.45 to 2.0.0-beta.46

3

lib/app/prepare/preparePageComponent.js

@@ -10,3 +10,4 @@ "use strict";

// take the rendered markdown content as <template>
`<template>${page.contentRendered}</template>\n`,
// #688: wrap the content with a <div> to avoid some potential issues of fragment component
`<template><div>${page.contentRendered}</div></template>\n`,
// hoist `<script>`, `<style>` and other custom blocks

@@ -13,0 +14,0 @@ ...page.hoistedTags,

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

@@ -25,9 +25,9 @@ "keywords": [

"dependencies": {
"@vuepress/client": "2.0.0-beta.45",
"@vuepress/markdown": "2.0.0-beta.45",
"@vuepress/shared": "2.0.0-beta.45",
"@vuepress/utils": "2.0.0-beta.45",
"@vuepress/client": "2.0.0-beta.46",
"@vuepress/markdown": "2.0.0-beta.46",
"@vuepress/shared": "2.0.0-beta.46",
"@vuepress/utils": "2.0.0-beta.46",
"gray-matter": "^4.0.3",
"toml": "^3.0.0",
"vue": "^3.2.33"
"vue": "^3.2.35"
},

@@ -34,0 +34,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