New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vuepress/plugin-docsearch

Package Overview
Dependencies
Maintainers
6
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuepress/plugin-docsearch - npm Package Compare versions

Comparing version 2.0.0-beta.46 to 2.0.0-beta.47

lib/client/styles/docsearch.css

1

lib/client/components/Docsearch.d.ts
import type { PropType } from 'vue';
import type { DocsearchOptions } from '../../shared';
import '@docsearch/css';
import '../styles/docsearch.css';
export declare const Docsearch: import("vue").DefineComponent<{

@@ -5,0 +6,0 @@ containerId: {

@@ -8,2 +8,3 @@ // @ts-expect-error: docsearch type issue

import '@docsearch/css';
import '../styles/docsearch.css';
export const Docsearch = defineComponent({

@@ -10,0 +11,0 @@ name: 'Docsearch',

15

package.json
{
"name": "@vuepress/plugin-docsearch",
"version": "2.0.0-beta.46",
"version": "2.0.0-beta.47",
"description": "VuePress plugin - docsearch",

@@ -32,8 +32,8 @@ "keywords": [

"@docsearch/react": "^3.1.0",
"@vuepress/client": "2.0.0-beta.46",
"@vuepress/core": "2.0.0-beta.46",
"@vuepress/shared": "2.0.0-beta.46",
"@vuepress/utils": "2.0.0-beta.46",
"@vuepress/client": "2.0.0-beta.47",
"@vuepress/core": "2.0.0-beta.47",
"@vuepress/shared": "2.0.0-beta.47",
"@vuepress/utils": "2.0.0-beta.47",
"ts-debounce": "^4.0.0",
"vue": "^3.2.35",
"vue": "^3.2.36",
"vue-router": "^4.0.15"

@@ -46,4 +46,5 @@ },

"build": "tsc -b tsconfig.build.json",
"clean": "rimraf lib *.tsbuildinfo"
"clean": "rimraf lib *.tsbuildinfo",
"copy": "cpx \"src/**/*.css\" lib"
}
}
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