Socket
Socket
Sign inDemoInstall

@vuepress/client

Package Overview
Dependencies
Maintainers
2
Versions
89
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.8 to 2.0.0-rc.9

dist/chunk-FJNK2BS7.js

2

dist/app.js

@@ -15,3 +15,3 @@ import {

withBase
} from "./chunk-VA7KP4YF.js";
} from "./chunk-FJNK2BS7.js";

@@ -18,0 +18,0 @@ // src/app.ts

@@ -228,2 +228,7 @@ import * as vue from 'vue';

/**
* A helper function to help you define vuepress client config file
*/
declare const defineClientConfig: (clientConfig?: ClientConfig) => ClientConfig;
/**
* Prefix url with site base

@@ -233,2 +238,2 @@ */

export { type ClientConfig, type ClientData, ClientOnly, Content, type Layouts, type LayoutsRef, type PageChunk, type PageComponent, type PageComponentRef, type PageDataRef, type PageFrontmatterRef, type PageHead, type PageHeadRef, type PageHeadTitle, type PageHeadTitleRef, type PageLang, type PageLangRef, type PageLayout, type PageLayoutRef, type Redirects, type RedirectsRef, type Route, RouteLink, type RouteLinkProps, type RouteLocale, type RouteLocaleRef, type RouteMeta, type RoutePath, type RoutePathRef, type Routes, type RoutesRef, type SiteDataRef, type SiteLocaleData, type SiteLocaleDataRef, type UpdateHead, clientDataSymbol, resolveRoute, resolveRoutePath, resolvers, updateHeadSymbol, useClientData, useLayouts, usePageComponent, usePageData, usePageFrontmatter, usePageHead, usePageLang, usePageLayout, useRedirects, useRouteLocale, useRoutePath, useRoutes, useSiteData, useSiteLocaleData, useUpdateHead, withBase };
export { type ClientConfig, type ClientData, ClientOnly, Content, type Layouts, type LayoutsRef, type PageChunk, type PageComponent, type PageComponentRef, type PageDataRef, type PageFrontmatterRef, type PageHead, type PageHeadRef, type PageHeadTitle, type PageHeadTitleRef, type PageLang, type PageLangRef, type PageLayout, type PageLayoutRef, type Redirects, type RedirectsRef, type Route, RouteLink, type RouteLinkProps, type RouteLocale, type RouteLocaleRef, type RouteMeta, type RoutePath, type RoutePathRef, type Routes, type RoutesRef, type SiteDataRef, type SiteLocaleData, type SiteLocaleDataRef, type UpdateHead, clientDataSymbol, defineClientConfig, resolveRoute, resolveRoutePath, resolvers, updateHeadSymbol, useClientData, useLayouts, usePageComponent, usePageData, usePageFrontmatter, usePageHead, usePageLang, usePageLayout, useRedirects, useRouteLocale, useRoutePath, useRoutes, useSiteData, useSiteLocaleData, useUpdateHead, withBase };

@@ -6,2 +6,3 @@ import {

clientDataSymbol,
defineClientConfig,
resolveRoute,

@@ -29,3 +30,3 @@ resolveRoutePath,

withBase
} from "./chunk-VA7KP4YF.js";
} from "./chunk-FJNK2BS7.js";
export {

@@ -36,2 +37,3 @@ ClientOnly,

clientDataSymbol,
defineClientConfig,
resolveRoute,

@@ -38,0 +40,0 @@ resolveRoutePath,

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

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

"@vue/devtools-api": "^6.6.1",
"vue": "^3.4.19",
"vue-router": "^4.2.5",
"@vuepress/shared": "2.0.0-rc.8"
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"@vuepress/shared": "2.0.0-rc.9"
},

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