Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@giscus/vue

Package Overview
Dependencies
Maintainers
1
Versions
36
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 2.2.3 to 2.2.4

4

dist/Giscus.vue.d.ts

@@ -110,4 +110,4 @@ import type { AvailableLanguage, BooleanString, InputPosition, Loading, Mapping, Repo, Theme } from './types';

export default _default;
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
declare type __VLS_TypePropsToRuntimeProps<T> = {
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
type __VLS_TypePropsToRuntimeProps<T> = {
[K in keyof T]-?: {} extends Pick<T, K> ? {

@@ -114,0 +114,0 @@ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;

@@ -1,9 +0,9 @@

export declare type BooleanString = '0' | '1';
export declare type InputPosition = 'top' | 'bottom';
export declare type Repo = `${string}/${string}`;
export declare type Mapping = 'url' | 'title' | 'og:title' | 'specific' | 'number' | 'pathname';
export declare type GenericString = string & Record<never, never>;
export declare type Theme = 'light' | 'light_high_contrast' | 'light_protanopia' | 'light_tritanopia' | 'dark' | 'dark_high_contrast' | 'dark_protanopia' | 'dark_tritanopia' | 'dark_dimmed' | 'transparent_dark' | 'preferred_color_scheme' | `https://${string}` | GenericString;
export declare type AvailableLanguage = 'de' | 'gsw' | 'en' | 'es' | 'fr' | 'id' | 'it' | 'ja' | 'ko' | 'nl' | 'pl' | 'pt' | 'ro' | 'ru' | 'tr' | 'vi' | 'zh-CN' | 'zh-TW' | GenericString;
export declare type Loading = 'lazy' | 'eager';
export type BooleanString = '0' | '1';
export type InputPosition = 'top' | 'bottom';
export type Repo = `${string}/${string}`;
export type Mapping = 'url' | 'title' | 'og:title' | 'specific' | 'number' | 'pathname';
export type GenericString = string & Record<never, never>;
export type Theme = 'light' | 'light_high_contrast' | 'light_protanopia' | 'light_tritanopia' | 'dark' | 'dark_high_contrast' | 'dark_protanopia' | 'dark_tritanopia' | 'dark_dimmed' | 'transparent_dark' | 'preferred_color_scheme' | `https://${string}` | GenericString;
export type AvailableLanguage = 'de' | 'gsw' | 'en' | 'es' | 'fr' | 'id' | 'it' | 'ja' | 'ko' | 'nl' | 'pl' | 'pt' | 'ro' | 'ru' | 'tr' | 'vi' | 'zh-CN' | 'zh-TW' | GenericString;
export type Loading = 'lazy' | 'eager';
export interface GiscusProps {

@@ -10,0 +10,0 @@ id?: string;

{
"name": "@giscus/vue",
"version": "2.2.3",
"version": "2.2.4",
"main": "dist/index.cjs",

@@ -33,3 +33,3 @@ "module": "dist/index.mjs",

"dependencies": {
"giscus": "^1.2.3"
"giscus": "^1.2.4"
},

@@ -41,13 +41,13 @@ "peerDependencies": {

"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@vitejs/plugin-vue": "^3.2.0",
"eslint": "^8.26.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^9.7.0",
"prettier": "^2.7.1",
"typescript": "^4.8.4",
"vite": "^3.2.3",
"typescript": "^4.9.3",
"vite": "^3.2.4",
"vue-tsc": "^1.0.9"
}
}
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