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.9 to 0.0.10

3

nuxt/index.ts

@@ -11,3 +11,2 @@ import { defineNuxtModule, addPluginTemplate } from "@nuxt/kit-edge"

const __dirname = dirname(filename)
console.log(__dirname)
addPluginTemplate({

@@ -26,3 +25,1 @@ src: resolve(__dirname, "plugin.ts"),

})
module.exports.meta = require("../package.json")
import VueNotion from "vue3-notion"
import { getPageBlocks, getPageTable } from "vue3-notion"
import "vue3-notion/dist/style.css"

@@ -5,0 +4,0 @@ export default (nuxtApp) => {

8

package.json
{
"name": "vue3-notion",
"version": "0.0.9",
"version": "0.0.10",
"description": "Vue 3 Unofficial Notion Renderer",

@@ -31,3 +31,2 @@ "repository": "github:zernonia/vue3-notion",

"prismjs": "^1.25.0",
"unbuild": "^0.6.7",
"vue": "^3.2.26"

@@ -55,4 +54,7 @@ },

"peerDependencies": {
"vue": "^3.2.20"
"vue": "^3.2.20",
"fragment-for-vue": "^1.0.1",
"katex": "^0.15.1",
"prismjs": "^1.25.0"
}
}

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

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