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

@vuepress/client

Package Overview
Dependencies
Maintainers
6
Versions
90
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-beta.45 to 2.0.0-beta.46

dist/chunk-HEGD2UVF.js

2

dist/app.js

@@ -17,3 +17,3 @@ import {

withBase
} from "./chunk-RTLFYRTT.js";
} from "./chunk-HEGD2UVF.js";

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

import { PageData, PageFrontmatter, HeadConfig, SiteData } from '@vuepress/shared';
export { PageData, PageFrontmatter, PageHeader, SiteData } from '@vuepress/shared';
import * as vue from 'vue';
import { Ref, ComputedRef, InjectionKey, App, ComponentOptions, FunctionalComponent } from 'vue';
import { Ref, ComputedRef, InjectionKey, App, ComponentOptions } from 'vue';
import { Router } from 'vue-router';

@@ -199,4 +199,18 @@ export { C as CreateVueAppFunction } from './createVueAppFunction-c8e67ca1.js';

*/
declare const Content: FunctionalComponent<{
pageKey?: string;
declare const Content: vue.DefineComponent<{
pageKey: {
type: StringConstructor;
required: false;
default: string;
};
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
[key: string]: any;
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
pageKey: {
type: StringConstructor;
required: false;
default: string;
};
}>>, {
pageKey: string;
}>;

@@ -203,0 +217,0 @@

@@ -28,3 +28,3 @@ import {

withBase
} from "./chunk-RTLFYRTT.js";
} from "./chunk-HEGD2UVF.js";

@@ -31,0 +31,0 @@ // src/helpers/defineClientConfig.ts

{
"name": "@vuepress/client",
"version": "2.0.0-beta.45",
"version": "2.0.0-beta.46",
"description": "Client package of VuePress",

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

"@vue/devtools-api": "^6.1.4",
"@vuepress/shared": "2.0.0-beta.45",
"vue": "^3.2.33",
"@vuepress/shared": "2.0.0-beta.46",
"vue": "^3.2.35",
"vue-router": "^4.0.15"

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