Socket
Socket
Sign inDemoInstall

@vuepress/plugin-search

Package Overview
Dependencies
Maintainers
2
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuepress/plugin-search - npm Package Compare versions

Comparing version 2.0.0-rc.42 to 2.0.0-rc.43

10

lib/client/components/SearchBox.d.ts

@@ -7,3 +7,3 @@ import type { PropType } from 'vue';

}>;
export declare const SearchBox: import("vue").DefineComponent<{
export declare const SearchBox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
locales: {

@@ -21,5 +21,5 @@ type: PropType<SearchBoxLocales>;

};
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
locales: {

@@ -37,6 +37,6 @@ type: PropType<SearchBoxLocales>;

};
}>>, {
}>> & Readonly<{}>, {
hotKeys: (string | HotKeyOptions)[];
locales: SearchBoxLocales;
maxSuggestions: number;
}, {}>;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;

@@ -16,3 +16,15 @@ import type { Ref } from 'vue';

title: string;
}[], SearchIndex | {
pathLocale: string;
extraFields: string[];
headers: {
level: number;
title: string;
slug: string;
link: string;
children: any[];
}[];
path: string;
title: string;
}[]>;
export declare const useSearchIndex: () => SearchIndexRef;
{
"name": "@vuepress/plugin-search",
"version": "2.0.0-rc.42",
"version": "2.0.0-rc.43",
"description": "VuePress plugin - built-in search",

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

"chokidar": "^3.6.0",
"vue": "^3.4.38"
"vue": "^3.5.4"
},

@@ -44,3 +44,3 @@ "peerDependencies": {

},
"gitHead": "66e494405a7fbb02f6d46d7be670ec69605b7606"
"gitHead": "7c75a58f6aed788e2ee40e2b2f0451a76ec20a23"
}
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