Socket
Socket
Sign inDemoInstall

@vuepress/shared

Package Overview
Dependencies
1
Maintainers
6
Versions
74
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-beta.46 to 2.0.0-beta.47

4

dist/index.d.ts

@@ -38,3 +38,3 @@ export { isArray, isFunction, isString } from '@vue/shared';

*/
declare type LocaleData = Record<string, any>;
declare type LocaleData = Record<never, never>;

@@ -102,3 +102,3 @@ /**

permalink?: string;
permalinkPattern?: string;
permalinkPattern?: string | null;
routeMeta?: Record<string, unknown>;

@@ -105,0 +105,0 @@ title?: string;

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

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

"dependencies": {
"@vue/shared": "^3.2.35"
"@vue/shared": "^3.2.36"
},

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

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