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 2.4.0 to 3.0.0

dist/giscus-BNK3dBIH.js

2

dist/Giscus.vue.d.ts

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

loading?: Loading | undefined;
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
id?: string | undefined;

@@ -21,0 +21,0 @@ host?: string | undefined;

@@ -6,4 +6,4 @@ export type BooleanString = '0' | '1';

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' | 'preferred_color_scheme' | 'transparent_dark' | 'noborder_light' | 'noborder_dark' | 'cobalt' | `https://${string}` | GenericString;
export type AvailableLanguage = 'ar' | 'ca' | 'de' | 'en' | 'es' | 'fa' | 'fr' | 'he' | 'id' | 'it' | 'ja' | 'ko' | 'nl' | 'pl' | 'pt' | 'ro' | 'ru' | 'th' | 'tr' | 'vi' | 'uk' | 'zh-CN' | 'zh-TW' | GenericString;
export type Theme = 'light' | 'light_high_contrast' | 'light_protanopia' | 'light_tritanopia' | 'dark' | 'dark_high_contrast' | 'dark_protanopia' | 'dark_tritanopia' | 'dark_dimmed' | 'preferred_color_scheme' | 'transparent_dark' | 'noborder_light' | 'noborder_dark' | 'noborder_gray' | 'cobalt' | 'purple_dark' | `https://${string}` | GenericString;
export type AvailableLanguage = 'ar' | 'ca' | 'da' | 'de' | 'en' | 'eo' | 'es' | 'fa' | 'fr' | 'gr' | 'he' | 'hu' | 'id' | 'it' | 'ja' | 'kh' | 'ko' | 'nl' | 'pl' | 'pt' | 'ro' | 'ru' | 'th' | 'tr' | 'vi' | 'uk' | 'uz' | 'zh-CN' | 'zh-Hans' | 'zh-Hant' | 'zh-TW' | GenericString;
export type Loading = 'lazy' | 'eager';

@@ -10,0 +10,0 @@ export interface GiscusProps {

{
"name": "@giscus/vue",
"version": "2.4.0",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"version": "3.0.0",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
}
},
"type": "module",
"exports": "./dist/index.js",
"files": [

@@ -29,7 +22,7 @@ "dist"

"lint:fix": "eslint src --fix",
"format": "prettier src --check",
"format:fix": "prettier src --write"
"format": "prettier . --check",
"format:fix": "prettier . --write"
},
"dependencies": {
"giscus": "^1.4.0"
"giscus": "^1.5.0"
},

@@ -40,14 +33,14 @@ "peerDependencies": {

"devDependencies": {
"@types/node": "^18.19.3",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-vue": "^4.5.2",
"eslint": "^8.56.0",
"@types/node": "^18.19.18",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-vue": "^5.0.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.19.2",
"prettier": "^3.1.1",
"eslint-plugin-vue": "^9.22.0",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vue-tsc": "^1.8.25"
"vite": "^5.1.4",
"vue-tsc": "^1.8.27"
}
}
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