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
2
Versions
137
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-rc.38 to 2.0.0-rc.39

2

lib/client/composables/useDocsearchShim.js

@@ -38,3 +38,3 @@ import { debounce } from 'ts-debounce';

event.preventDefault();
router.push(resolveRoutePathFromUrl(hit.url));
router.push(hit.url.replace(__VUEPRESS_BASE__, '/'));
},

@@ -41,0 +41,0 @@ children,

{
"name": "@vuepress/plugin-docsearch",
"version": "2.0.0-rc.38",
"version": "2.0.0-rc.39",
"description": "VuePress plugin - docsearch",

@@ -36,9 +36,9 @@ "keywords": [

"dependencies": {
"@docsearch/css": "^3.6.0",
"@docsearch/js": "^3.6.0",
"@docsearch/react": "^3.6.0",
"@vuepress/helper": "2.0.0-rc.38",
"@docsearch/css": "^3.6.1",
"@docsearch/js": "^3.6.1",
"@docsearch/react": "^3.6.1",
"@vuepress/helper": "2.0.0-rc.39",
"@vueuse/core": "^10.11.0",
"ts-debounce": "^4.0.0",
"vue": "^3.4.31"
"vue": "^3.4.32"
},

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

},
"gitHead": "4345344b92c788c8f0c4a78b2cd022bc31ef5108"
"gitHead": "5fc0740210318a083a02e8bfcd31fdde5b2f88ac"
}
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