You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

vue3-notion

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.24 to 0.0.25

23

dist/library.ts

@@ -160,3 +160,3 @@ import { computed, defineComponent, openBlock, createElementBlock, unref, resolveComponent, createBlock, resolveDynamicComponent, mergeProps, withCtx, createTextVNode, toDisplayString, createVNode, normalizeClass, Fragment, renderList, createElementVNode, createCommentVNode, normalizeProps, guardReactiveProps, useSlots, toRefs, normalizeStyle, renderSlot } from 'vue';

const _hoisted_2$d = ["target", "href"];
const _hoisted_3$5 = ["target", "href"];
const _hoisted_3$6 = ["target", "href"];
const _hoisted_4$3 = { key: 5 };

@@ -252,3 +252,3 @@ const _hoisted_5$2 = {

createVNode(_component_NotionDecorator, mergeProps({ content: unref(nextContent) }, unref(pass)), null, 16 /* FULL_PROPS */, ["content"])
], 8 /* PROPS */, _hoisted_3$5))
], 8 /* PROPS */, _hoisted_3$6))
: (unref(decorators).length === 0)

@@ -323,3 +323,3 @@ ? (openBlock(), createElementBlock("span", _hoisted_4$3, toDisplayString(unref(text)), 1 /* TEXT */))

const _hoisted_2$c = ["href"];
const _hoisted_3$4 = { class: "notion-bookmark-title" };
const _hoisted_3$5 = { class: "notion-bookmark-title" };
const _hoisted_4$2 = {

@@ -354,4 +354,5 @@ key: 0,

}, [
createTextVNode(toDisplayString(unref(properties).link) + " ", 1 /* TEXT */),
createElementVNode("div", null, [
createElementVNode("div", _hoisted_3$4, [
createElementVNode("div", _hoisted_3$5, [
createVNode(script$m, mergeProps({

@@ -464,4 +465,5 @@ text: unref(title) || unref(properties).link

const _hoisted_1$g = ["innerHTML"];
const _hoisted_1$g = /*#__PURE__*/ createTextVNode(" code test ");
const _hoisted_2$9 = ["innerHTML"];
const _hoisted_3$4 = ["innerHTML"];
var script$i = /*#__PURE__*/ defineComponent({

@@ -492,3 +494,4 @@ props: {

return (_ctx, _cache) => {
return (openBlock(), createElementBlock("div", null, [
return (openBlock(), createElementBlock(Fragment, null, [
_hoisted_1$g,
(unref(inline))

@@ -499,3 +502,3 @@ ? (openBlock(), createElementBlock("code", {

innerHTML: unref(d)
}, null, 10 /* CLASS, PROPS */, _hoisted_1$g))
}, null, 10 /* CLASS, PROPS */, _hoisted_2$9))
: (openBlock(), createElementBlock("pre", {

@@ -505,5 +508,5 @@ key: 1,

}, [
createElementVNode("code", { innerHTML: unref(d) }, null, 8 /* PROPS */, _hoisted_2$9)
createElementVNode("code", { innerHTML: unref(d) }, null, 8 /* PROPS */, _hoisted_3$4)
], 2 /* CLASS */))
]));
], 64 /* STABLE_FRAGMENT */));
};

@@ -544,3 +547,3 @@ }

return (unref(supported))
? (openBlock(), createElementBlock("pre", _hoisted_1$f, [
? (openBlock(), createElementBlock("div", _hoisted_1$f, [
createVNode(script$i, { language: unref(lang) }, {

@@ -547,0 +550,0 @@ default: withCtx(() => [

{
"name": "vue3-notion",
"version": "0.0.24",
"version": "0.0.25",
"description": "Vue 3 Unofficial Notion Renderer",

@@ -5,0 +5,0 @@ "repository": "github:zernonia/vue3-notion",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc