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

@giscus/vue

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@giscus/vue - npm Package Compare versions

Comparing version 1.1.0-beta.4 to 1.1.0-beta.5

40

dist/index.d.ts

@@ -36,27 +36,27 @@ /// <reference types="react" />

};
category: PropType<string | undefined>;
categoryId: PropType<string | undefined>;
category: PropType<string>;
categoryId: PropType<string>;
mapping: {
type: PropType<import("@shared/types").Mapping>;
type: PropType<Mapping>;
required: true;
};
term: PropType<string | undefined>;
term: PropType<string>;
lang: {
type: PropType<import("@shared/types").Lang | undefined>;
type: PropType<Lang>;
default: string;
};
theme: {
type: PropType<import("@shared/types").Theme | undefined>;
type: PropType<Theme>;
default: string;
};
reactionsEnabled: {
type: PropType<import("@shared/types").BooleanString | undefined>;
type: PropType<BooleanString>;
default: string;
};
emitMetadata: {
type: PropType<import("@shared/types").BooleanString | undefined>;
type: PropType<BooleanString>;
default: string;
};
inputPosition: {
type: PropType<import("@shared/types").InputPosition | undefined>;
type: PropType<InputPosition>;
default: string;

@@ -79,8 +79,8 @@ };

repoId: string;
mapping: import("@shared/types").Mapping;
theme: import("@shared/types").Theme | undefined;
reactionsEnabled: import("@shared/types").BooleanString | undefined;
emitMetadata: import("@shared/types").BooleanString | undefined;
inputPosition: import("@shared/types").InputPosition | undefined;
lang: import("@shared/types").Lang | undefined;
mapping: Mapping;
theme: Theme;
reactionsEnabled: BooleanString;
emitMetadata: BooleanString;
inputPosition: InputPosition;
lang: Lang;
} & {

@@ -91,7 +91,7 @@ category?: string | undefined;

}>, {
theme: import("@shared/types").Theme | undefined;
reactionsEnabled: import("@shared/types").BooleanString | undefined;
emitMetadata: import("@shared/types").BooleanString | undefined;
inputPosition: import("@shared/types").InputPosition | undefined;
lang: import("@shared/types").Lang | undefined;
theme: Theme;
reactionsEnabled: BooleanString;
emitMetadata: BooleanString;
inputPosition: InputPosition;
lang: Lang;
}>;

@@ -98,0 +98,0 @@ export declare const plugin: Plugin;

@@ -5,3 +5,3 @@ {

"description": "Type-safe Vue component for giscus",
"version": "1.1.0-beta.4",
"version": "1.1.0-beta.5",
"license": "MIT",

@@ -8,0 +8,0 @@ "main": "dist/index.cjs.js",

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