Socket
Socket
Sign inDemoInstall

@vuepress/client

Package Overview
Dependencies
Maintainers
2
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuepress/client - npm Package Compare versions

Comparing version 2.0.0-rc.14 to 2.0.0-rc.15

8

dist/index.d.ts

@@ -149,5 +149,5 @@ import * as vue from 'vue';

}>>, {}, SlotsType<{
default?: ((config: AutoLinkConfig) => VNode[] | VNode) | undefined;
before?: ((config: AutoLinkConfig) => VNode[] | VNode | null) | undefined;
after?: ((config: AutoLinkConfig) => VNode[] | VNode | null) | undefined;
default?: (config: AutoLinkConfig) => VNode[] | VNode;
before?: (config: AutoLinkConfig) => VNode[] | VNode | null;
after?: (config: AutoLinkConfig) => VNode[] | VNode | null;
}>>;

@@ -329,3 +329,3 @@

resolvePageLayout: (pageData: PageData, layouts: Layouts) => PageLayout;
resolveRouteLocale: (locales: SiteData['locales'], routePath: string) => RouteLocale;
resolveRouteLocale: (locales: SiteData["locales"], routePath: string) => RouteLocale;
resolveSiteLocaleData: ({ base, locales, ...siteData }: SiteData, routeLocale: RouteLocale) => SiteLocaleData;

@@ -332,0 +332,0 @@ };

{
"name": "@vuepress/client",
"version": "2.0.0-rc.14",
"version": "2.0.0-rc.15",
"description": "Client package of VuePress",

@@ -37,5 +37,5 @@ "keywords": [

"@vue/devtools-api": "^6.6.3",
"vue": "^3.4.29",
"vue-router": "^4.3.3",
"@vuepress/shared": "2.0.0-rc.14"
"vue": "^3.4.37",
"vue-router": "^4.4.3",
"@vuepress/shared": "2.0.0-rc.15"
},

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