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.38 to 2.0.0-beta.40

4

lib/node/themeDataPlugin.d.ts

@@ -10,4 +10,4 @@ import type { Plugin } from '@vuepress/core';

*/
themeData?: ThemeData;
themeData: ThemeData;
}
export declare const themeDataPlugin: Plugin<ThemeDataPluginOptions>;
export declare const themeDataPlugin: ({ themeData, }: ThemeDataPluginOptions) => Plugin;

@@ -6,3 +6,3 @@ "use strict";

const prepareThemeData_1 = require("./prepareThemeData");
const themeDataPlugin = ({ themeData = {}, }) => ({
const themeDataPlugin = ({ themeData, }) => ({
name: '@vuepress/plugin-theme-data',

@@ -9,0 +9,0 @@ clientAppEnhanceFiles: utils_1.path.resolve(__dirname, '../client/clientAppEnhance.js'),

{
"name": "@vuepress/plugin-theme-data",
"version": "2.0.0-beta.38",
"version": "2.0.0-beta.40",
"description": "VuePress plugin - theme data",

@@ -26,23 +26,18 @@ "keywords": [

],
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "rimraf lib *.tsbuildinfo",
"copy": "cpx \"src/**/*.d.ts\" lib"
},
"dependencies": {
"@vue/devtools-api": "^6.1.4",
"@vuepress/client": "2.0.0-beta.38",
"@vuepress/core": "2.0.0-beta.38",
"@vuepress/shared": "2.0.0-beta.38",
"@vuepress/utils": "2.0.0-beta.38",
"vue": "^3.2.31"
"@vuepress/client": "2.0.0-beta.40",
"@vuepress/core": "2.0.0-beta.40",
"@vuepress/shared": "2.0.0-beta.40",
"@vuepress/utils": "2.0.0-beta.40",
"vue": "^3.2.33"
},
"devDependencies": {
"@types/webpack-env": "^1.16.3",
"vite": "~2.9.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "7cb24eab18628a66371a367090f7c9c33b519136"
}
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "rimraf lib *.tsbuildinfo",
"copy": "cpx \"src/**/*.d.ts\" 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