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.1.1 to 2.2.0

dist/giscus.5b23860b.mjs

2

dist/index.cjs.js

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

"use strict";const t=require("vue"),i=["id","host","repo","repoid","category","categoryid","mapping","term","strict","reactionsenabled","emitmetadata","inputposition","theme","lang","loading"],l=t.defineComponent({__name:"Giscus",props:{id:null,host:null,repo:null,repoId:null,category:null,categoryId:null,mapping:null,term:null,theme:null,strict:null,reactionsEnabled:null,emitMetadata:null,inputPosition:null,lang:null,loading:null},setup(e){const n=t.ref(!1);return t.onMounted(()=>{n.value=!0,Promise.resolve().then(()=>require("./giscus.a039021c.js"))}),(a,o)=>n.value?(t.openBlock(),t.createElementBlock("giscus-widget",{key:0,id:e.id,host:e.host,repo:e.repo,repoid:e.repoId,category:e.category,categoryid:e.categoryId,mapping:e.mapping,term:e.term,strict:e.strict,reactionsenabled:e.reactionsEnabled,emitmetadata:e.emitMetadata,inputposition:e.inputPosition,theme:e.theme,lang:e.lang,loading:e.loading},null,8,i)):t.createCommentVNode("",!0)}});module.exports=l;
"use strict";const t=require("vue"),i=["id","host","repo","repoid","category","categoryid","mapping","term","strict","reactionsenabled","emitmetadata","inputposition","theme","lang","loading"],l=t.defineComponent({__name:"Giscus",props:{id:null,host:null,repo:null,repoId:null,category:null,categoryId:null,mapping:null,term:null,theme:null,strict:null,reactionsEnabled:null,emitMetadata:null,inputPosition:null,lang:null,loading:null},setup(e){const n=t.ref(!1);return t.onMounted(()=>{n.value=!0,Promise.resolve().then(()=>require("./giscus.a857f8d7.js"))}),(a,o)=>n.value?(t.openBlock(),t.createElementBlock("giscus-widget",{key:0,id:e.id,host:e.host,repo:e.repo,repoid:e.repoId,category:e.category,categoryid:e.categoryId,mapping:e.mapping,term:e.term,strict:e.strict,reactionsenabled:e.reactionsEnabled,emitmetadata:e.emitMetadata,inputposition:e.inputPosition,theme:e.theme,lang:e.lang,loading:e.loading},null,8,i)):t.createCommentVNode("",!0)}});module.exports=l;

@@ -24,3 +24,3 @@ import { defineComponent as n, ref as l, onMounted as a, openBlock as i, createElementBlock as o, createCommentVNode as u } from "vue";

return a(() => {
t.value = !0, import("./giscus.8fb22c9c.mjs");
t.value = !0, import("./giscus.5b23860b.mjs");
}), (c, m) => t.value ? (i(), o("giscus-widget", {

@@ -27,0 +27,0 @@ key: 0,

{
"name": "@giscus/vue",
"version": "2.1.1",
"version": "2.2.0",
"main": "dist/index.cjs.js",

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

"dependencies": {
"giscus": "^1.1.1"
"giscus": "^1.2.0"
},

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

"devDependencies": {
"@types/node": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"@types/node": "^18.6.2",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"@vitejs/plugin-vue": "^3.0.1",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^9.2.0",
"eslint-plugin-vue": "^9.3.0",
"prettier": "^2.7.1",
"typescript": "^4.7.4",
"vite": "^3.0.2",
"vue-tsc": "^0.39.0"
"vite": "^3.0.4",
"vue-tsc": "^0.39.2"
}
}
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