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.11 to 2.0.0-rc.12

dist/chunk-ZQJPP2LC.js

2

dist/app.js

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

withBase
} from "./chunk-MPZOAYAQ.js";
} from "./chunk-ZQJPP2LC.js";

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

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

/**
* Resolve route full path with given raw path
*/
declare const resolveRouteFullPath: (path: string, currentPath?: string) => string;
/**
* Resolve route path with given raw path
*/
declare const resolveRoutePath: (path: string, currentPath?: string) => string;
declare const resolveRoutePath: (pathname: string, currentPath?: string) => string;

@@ -338,2 +343,2 @@ /**

export { AutoLink, type AutoLinkConfig, 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 ResolvedRoute, type Route, RouteLink, type RouteLinkProps, type RouteLocale, type RouteLocaleRef, type RouteMeta, type RoutePath, type RoutePathRef, type Routes, type RoutesRef, type SiteDataRef, 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 };
export { AutoLink, type AutoLinkConfig, 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 ResolvedRoute, type Route, RouteLink, type RouteLinkProps, type RouteLocale, type RouteLocaleRef, type RouteMeta, type RoutePath, type RoutePathRef, type Routes, type RoutesRef, type SiteDataRef, type SiteLocaleDataRef, type UpdateHead, clientDataSymbol, defineClientConfig, resolveRoute, resolveRouteFullPath, resolveRoutePath, resolvers, updateHeadSymbol, useClientData, useLayouts, usePageComponent, usePageData, usePageFrontmatter, usePageHead, usePageLang, usePageLayout, useRedirects, useRouteLocale, useRoutePath, useRoutes, useSiteData, useSiteLocaleData, useUpdateHead, withBase };

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

resolveRoute,
resolveRouteFullPath,
resolveRoutePath,

@@ -31,3 +32,3 @@ resolvers,

withBase
} from "./chunk-MPZOAYAQ.js";
} from "./chunk-ZQJPP2LC.js";
export {

@@ -41,2 +42,3 @@ AutoLink,

resolveRoute,
resolveRouteFullPath,
resolveRoutePath,

@@ -43,0 +45,0 @@ resolvers,

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

@@ -39,3 +39,3 @@ "keywords": [

"vue-router": "^4.3.2",
"@vuepress/shared": "2.0.0-rc.11"
"@vuepress/shared": "2.0.0-rc.12"
},

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