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.22 to 0.0.23

9

nuxt/plugin.ts
import VueNotion from "vue3-notion"
import { getPageBlocks, getPageTable } from "vue3-notion"
import { defineNuxtPlugin } from "#app"
export default (nuxtApp) => {
export default defineNuxtPlugin(({ vueApp, provide }) => {
const notion = { getPageBlocks, getPageTable }
nuxtApp.vueApp.use(VueNotion)
nuxtApp.provide("notion", notion)
}
vueApp.use(VueNotion)
provide("notion", notion)
})
{
"name": "vue3-notion",
"version": "0.0.22",
"version": "0.0.23",
"description": "Vue 3 Unofficial Notion Renderer",

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

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