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

@vuepress/plugin-theme-data

Package Overview
Dependencies
Maintainers
7
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuepress/plugin-theme-data - npm Package Compare versions

Comparing version 2.0.0-beta.41 to 2.0.0-beta.42

11

lib/client/composables/useThemeLocaleData.js

@@ -14,8 +14,5 @@ import { inject } from 'vue';

*/
export const resolveThemeLocaleData = (theme, routeLocale) => {
var _a;
return ({
...theme,
...(_a = theme.locales) === null || _a === void 0 ? void 0 : _a[routeLocale],
});
};
export const resolveThemeLocaleData = (theme, routeLocale) => ({
...theme,
...theme.locales?.[routeLocale],
});
{
"name": "@vuepress/plugin-theme-data",
"version": "2.0.0-beta.41",
"version": "2.0.0-beta.42",
"description": "VuePress plugin - theme data",

@@ -28,6 +28,6 @@ "keywords": [

"@vue/devtools-api": "^6.1.4",
"@vuepress/client": "2.0.0-beta.41",
"@vuepress/core": "2.0.0-beta.41",
"@vuepress/shared": "2.0.0-beta.41",
"@vuepress/utils": "2.0.0-beta.41",
"@vuepress/client": "2.0.0-beta.42",
"@vuepress/core": "2.0.0-beta.42",
"@vuepress/shared": "2.0.0-beta.42",
"@vuepress/utils": "2.0.0-beta.42",
"vue": "^3.2.33"

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