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

vuepress-shared

Package Overview
Dependencies
Maintainers
1
Versions
236
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.71 to 2.0.0-beta.72

2

lib/client/index.d.ts

@@ -80,3 +80,3 @@ import { FunctionalComponent, ComputedRef } from 'vue';

declare const normalizePath: (path: string) => string;
declare const isActiveLink: (route: RouteLocationNormalizedLoaded, link?: string | undefined) => boolean;
declare const isActiveLink: (route: RouteLocationNormalizedLoaded, link?: string) => boolean;

@@ -83,0 +83,0 @@ /**

@@ -31,3 +31,3 @@ import { App, LocaleData, PageFrontmatter, LocaleConfig, Page } from '@vuepress/core';

*/
declare const useCustomDevServer: (config: unknown, app: App, path: string, getResponse: (request?: IncomingMessage | undefined) => Promise<string | Buffer>, errMsg?: string) => void;
declare const useCustomDevServer: (config: unknown, app: App, path: string, getResponse: (request?: IncomingMessage) => Promise<string | Buffer>, errMsg?: string) => void;

@@ -34,0 +34,0 @@ declare const lang2PathConfig: {

{
"name": "vuepress-shared",
"version": "2.0.0-beta.71",
"version": "2.0.0-beta.72",
"description": "Shared files for vuepress-theme-hope",

@@ -33,7 +33,7 @@ "keywords": [

"dependencies": {
"@vuepress/client": "2.0.0-beta.45",
"@vuepress/plugin-git": "2.0.0-beta.45",
"@vuepress/plugin-theme-data": "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/plugin-git": "2.0.0-beta.46",
"@vuepress/plugin-theme-data": "2.0.0-beta.46",
"@vuepress/shared": "2.0.0-beta.46",
"@vuepress/utils": "2.0.0-beta.46",
"chalk": "^4.1.2",

@@ -47,8 +47,8 @@ "dayjs": "^1.11.2",

"devDependencies": {
"@types/connect": "^3.4.35",
"@vuepress/bundler-vite": "2.0.0-beta.45",
"@vuepress/bundler-webpack": "2.0.0-beta.45",
"@vuepress/core": "2.0.0-beta.45",
"rimraf": "^3.0.2",
"vite": "~2.9.9"
"@types/connect": "3.4.35",
"@vuepress/bundler-vite": "2.0.0-beta.46",
"@vuepress/bundler-webpack": "2.0.0-beta.46",
"@vuepress/core": "2.0.0-beta.46",
"rimraf": "3.0.2",
"vite": "2.9.9"
},

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