Socket
Socket
Sign inDemoInstall

@vuepress/shared

Package Overview
Dependencies
Maintainers
7
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuepress/shared - npm Package Compare versions

Comparing version 2.0.0-alpha.13 to 2.0.0-alpha.15

11

CHANGELOG.md

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

# [2.0.0-alpha.15](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.14...v2.0.0-alpha.15) (2021-01-04)
### Bug Fixes
* **core:** fix site locale data type ([7898500](https://github.com/vuepress/vuepress-next/commit/7898500f8b611662777ca3bdeb89c5b3bb658595))
# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23)

@@ -8,0 +19,0 @@

2

lib/esm/types/site.d.ts

@@ -20,3 +20,3 @@ import type { HeadConfig } from './head';

*/
export interface SiteLocaleData extends LocaleData {
export interface SiteLocaleData {
lang: string;

@@ -23,0 +23,0 @@ title: string;

@@ -20,3 +20,3 @@ import type { HeadConfig } from './head';

*/
export interface SiteLocaleData extends LocaleData {
export interface SiteLocaleData {
lang: string;

@@ -23,0 +23,0 @@ title: string;

{
"name": "@vuepress/shared",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.15",
"description": "Utils that shared between VuePress node and client",

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

},
"gitHead": "c3a5cb32ea566e585ebeca5a434963cb4f37bfdb"
"gitHead": "103c7fb1bfee4012d694b11861494f4c1c1b7f00"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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