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.1 to 2.2.2

dist/giscus.4eeefad1.js

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.f5255936.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.4eeefad1.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.f5c79db4.mjs");
t.value = !0, import("./giscus.a820901d.mjs");
}), (c, m) => t.value ? (i(), o("giscus-widget", {

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

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

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

"dependencies": {
"giscus": "^1.2.1"
"giscus": "^1.2.2"
},

@@ -36,0 +36,0 @@ "peerDependencies": {

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