Socket
Socket
Sign inDemoInstall

@vuepress/shared

Package Overview
Dependencies
Maintainers
6
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuepress/shared - npm Package Compare versions

Comparing version 2.0.0-beta.67 to 2.0.0-beta.68

4

dist/index.d.ts

@@ -44,3 +44,3 @@ import { MarkdownItHeader } from '@mdit-vue/types';

*/
type PageBase<ExtraPageFrontmatter extends Record<any, any> = Record<string, unknown>> = {
interface PageBase<ExtraPageFrontmatter extends Record<any, any> = Record<string, unknown>> {
/**

@@ -81,3 +81,3 @@ * Identifier of the page

headers: PageHeader[];
};
}
/**

@@ -84,0 +84,0 @@ * Vuepress page data

{
"name": "@vuepress/shared",
"version": "2.0.0-beta.67",
"version": "2.0.0-beta.68",
"description": "Utils that shared between VuePress node and client",

@@ -32,4 +32,4 @@ "keywords": [

"dependencies": {
"@mdit-vue/types": "^0.12.0",
"@vue/shared": "^3.3.4"
"@mdit-vue/types": "^1.0.0",
"@vue/shared": "^3.3.8"
},

@@ -50,3 +50,3 @@ "publishConfig": {

"sourcemap": false,
"target": "es2020",
"target": "es2022",
"tsconfig": "../tsconfig.dts.json"

@@ -53,0 +53,0 @@ },

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