New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vuepress-plugin-components

Package Overview
Dependencies
Maintainers
1
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuepress-plugin-components - npm Package Compare versions

Comparing version 2.0.0-rc.6 to 2.0.0-rc.7

6

lib/client/components/AudioPlayer.d.ts

@@ -120,10 +120,10 @@ import * as vue from 'vue';

}>>, {
type: string;
title: string;
options: Options;
title: string;
type: string;
poster: string;
loop: boolean;
width: string | number;
loop: boolean;
}, {}>;
export { _default as default };

@@ -181,8 +181,8 @@ import * as vue from 'vue';

}>>, {
time: string | number;
title: string;
autoplay: boolean;
width: string | number;
autoplay: boolean;
height: string | number;
ratio: string | number;
time: string | number;
height: string | number;
bvid: string;

@@ -189,0 +189,0 @@ aid: string;

@@ -151,4 +151,4 @@ import * as vue from 'vue';

}>>, {
link: string;
title: string;
link: string;
height: string | number;

@@ -155,0 +155,0 @@ theme: "default" | "light" | "dark";

@@ -155,5 +155,5 @@ import * as vue from 'vue';

width: string | number;
ratio: string | number;
height: string | number;
noToolbar: boolean;
ratio: string | number;
page: string | number;

@@ -160,0 +160,0 @@ zoom: string | number;

@@ -181,7 +181,7 @@ import * as vue from 'vue';

}>>, {
text: string;
link: string;
width: string | number;
height: string | number;
ratio: string | number;
link: string;
text: string;
height: string | number;
theme: string;

@@ -188,0 +188,0 @@ user: string;

@@ -285,9 +285,9 @@ import * as vue from 'vue';

type: "project" | "github";
width: string | number;
ratio: string | number;
text: string;
embed: boolean;
text: string;
view: UiViewOption;
load: boolean;
width: string | number;
height: string | number;
ratio: string | number;
theme: UiThemeOption;

@@ -294,0 +294,0 @@ file: string | string[];

@@ -144,8 +144,8 @@ import * as vue from 'vue';

}>>, {
type: string;
title: string;
options: Options;
title: string;
type: string;
poster: string;
loop: boolean;
width: string | number;
loop: boolean;
tracks: UseMediaTextTrackSource[];

@@ -152,0 +152,0 @@ }, {}>;

@@ -127,10 +127,10 @@ import * as vue from 'vue';

}>>, {
time: string | number;
title: string;
autoplay: boolean;
width: string | number;
autoplay: boolean;
height: string | number;
ratio: string | number;
time: string | number;
height: string | number;
}, {}>;
export { _default as default };

@@ -308,9 +308,9 @@ import * as vue from 'vue';

title: string;
id: string;
autoplay: boolean;
loop: boolean;
width: string | number;
loop: boolean;
autoplay: boolean;
ratio: string | number;
id: string;
height: string | number;
end: string | number;
ratio: string | number;
showCc: boolean;

@@ -317,0 +317,0 @@ showAnnotations: boolean;

{
"name": "vuepress-plugin-components",
"version": "2.0.0-rc.6",
"version": "2.0.0-rc.7",
"description": "Components collection plugin for VuePress2",

@@ -54,5 +54,5 @@ "keywords": [

"vue-router": "^4.2.5",
"vuepress-plugin-reading-time2": "2.0.0-rc.6",
"vuepress-plugin-sass-palette": "2.0.0-rc.6",
"vuepress-shared": "2.0.0-rc.6"
"vuepress-plugin-reading-time2": "2.0.0-rc.7",
"vuepress-plugin-sass-palette": "2.0.0-rc.7",
"vuepress-shared": "2.0.0-rc.7"
},

@@ -59,0 +59,0 @@ "devDependencies": {

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