Socket
Socket
Sign inDemoInstall

@vuepress/plugin-theme-data

Package Overview
Dependencies
Maintainers
6
Versions
94
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.51 to 2.0.0-beta.52

2

lib/client/composables/useThemeData.js

@@ -5,3 +5,3 @@ import { themeData as themeDataRaw } from '@internal/themeData';

export const useThemeData = () => themeData;
if (import.meta.webpackHot || import.meta.hot) {
if (__VUEPRESS_DEV__ && (import.meta.webpackHot || import.meta.hot)) {
__VUE_HMR_RUNTIME__.updateThemeData = (data) => {

@@ -8,0 +8,0 @@ themeData.value = data;

@@ -6,8 +6,4 @@ import { getDirname, path } from '@vuepress/utils';

name: '@vuepress/plugin-theme-data',
alias: {
// workaround for https://github.com/vitejs/vite/issues/7621
'@vuepress/plugin-theme-data/client': path.resolve(__dirname, '../client/index.js'),
},
clientConfigFile: path.resolve(__dirname, '../client/config.js'),
onPrepared: (app) => prepareThemeData(app, themeData),
});
{
"name": "@vuepress/plugin-theme-data",
"version": "2.0.0-beta.51",
"version": "2.0.0-beta.52",
"description": "VuePress plugin - theme data",

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

"dependencies": {
"@vue/devtools-api": "^6.2.1",
"@vuepress/client": "2.0.0-beta.51",
"@vuepress/core": "2.0.0-beta.51",
"@vuepress/shared": "2.0.0-beta.51",
"@vuepress/utils": "2.0.0-beta.51",
"vue": "^3.2.37"
"@vue/devtools-api": "^6.4.5",
"@vuepress/client": "2.0.0-beta.52",
"@vuepress/core": "2.0.0-beta.52",
"@vuepress/shared": "2.0.0-beta.52",
"@vuepress/utils": "2.0.0-beta.52",
"vue": "^3.2.41"
},

@@ -41,0 +41,0 @@ "publishConfig": {

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