Socket
Socket
Sign inDemoInstall

vue3-notion

Package Overview
Dependencies
189
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.28 to 0.1.29

4

nuxt/index.ts

@@ -21,4 +21,6 @@ import { defineNuxtModule, addPlugin, createResolver } from "@nuxt/kit"

nuxt.options.css.push("vue3-notion/dist/style.css")
if (options.css) {
nuxt.options.css.push("vue3-notion/dist/style.css")
}
},
})
{
"name": "vue3-notion",
"version": "0.1.28",
"version": "0.1.29",
"description": "Vue 3 Unofficial Notion Renderer",

@@ -5,0 +5,0 @@ "homepage": "https://vue3-notion.vercel.app/",

@@ -122,4 +122,2 @@ <div align="center">

<script setup lang="ts">
import { useNuxtApp } from "#app"
const { $notion } = useNuxtApp()

@@ -126,0 +124,0 @@ const { data } = await useAsyncData("notion", () => $notion.getPageBlocks("2e22de6b770e4166be301490f6ffd420"))

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with โšก๏ธ by Socket Inc