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

lib/client/clientAppEnhance.d.ts

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

# [2.0.0-beta.8](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.7...v2.0.0-beta.8) (2021-04-11)
### Code Refactoring
* normalize themes and plugins structure ([7781172](https://github.com/vuepress/vuepress-next/commit/77811722401bf1ed1fec44c64158ab0cd1ab3179))
### BREAKING CHANGES
* client API that provided by plugins should be imported from `plugin-foo/lib/client`
# [2.0.0-beta.7](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.6...v2.0.0-beta.7) (2021-04-09)

@@ -8,0 +24,0 @@

14

package.json
{
"name": "@vuepress/plugin-theme-data",
"version": "2.0.0-beta.7",
"version": "2.0.0-beta.8",
"description": "VuePress plugin - theme data",

@@ -21,4 +21,4 @@ "keywords": [

"author": "meteorlxy",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"main": "lib/node/index.js",
"types": "lib/node/index.d.ts",
"files": [

@@ -33,6 +33,6 @@ "lib"

"dependencies": {
"@vuepress/client": "2.0.0-beta.7",
"@vuepress/core": "2.0.0-beta.7",
"@vuepress/client": "2.0.0-beta.8",
"@vuepress/core": "2.0.0-beta.8",
"@vuepress/shared": "2.0.0-beta.7",
"@vuepress/utils": "2.0.0-beta.7"
"@vuepress/utils": "2.0.0-beta.8"
},

@@ -42,3 +42,3 @@ "publishConfig": {

},
"gitHead": "f798c4df7489d7fbf27bf430ea547413e8655af4"
"gitHead": "5ab99126fcaecb845248fcf9d3c88c25ce8572cb"
}
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