Socket
Socket
Sign inDemoInstall

@vuepress/shared

Package Overview
Dependencies
1
Maintainers
7
Versions
74
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-beta.28 to 2.0.0-beta.32

2

lib/esm/types/site.d.ts

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

export interface SiteData extends SiteLocaleData {
base: string;
base: '/' | `/${string}/`;
locales: SiteLocaleConfig;

@@ -10,0 +10,0 @@ }

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

export interface SiteData extends SiteLocaleData {
base: string;
base: '/' | `/${string}/`;
locales: SiteLocaleConfig;

@@ -10,0 +10,0 @@ }

{
"name": "@vuepress/shared",
"version": "2.0.0-beta.28",
"version": "2.0.0-beta.32",
"description": "Utils that shared between VuePress node and client",

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

},
"gitHead": "71c34816a79263c7dcba3ff0c103e264abdbf0d2"
"gitHead": "8ffa71313607fe78f3956e3ccb886fcae0ddf5e9"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc