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.17 to 0.0.19

dist/blocks/helpers/fragment.d.ts

18

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

@@ -11,3 +11,4 @@ "repository": "github:zernonia/vue3-notion",

"files": [
"dist/*.ts",
"dist/**/*.ts",
"dist/**/*.d.ts",
"dist/*.css",

@@ -25,12 +26,14 @@ "src/**/*.css",

"dev:build": "vue-tsc --noEmit && vite build",
"build": "rollup -c",
"preview": "vite preview"
"build": "rollup -c && tsc --emitDeclarationOnly",
"build:types": "vue-tsc --noEmit",
"preview": "vite preview",
"publish": "npm publish --access public"
},
"dependencies": {
"@nuxt/kit-edge": "^3.0.0-27338323.1e98259",
"fragment-for-vue": "^1.0.1",
"katex": "^0.15.1",
"pathe": "^0.2.0",
"prismjs": "^1.25.0",
"vue": "^3.2.26",
"@nuxt/kit-edge": "^3.0.0-27338323.1e98259",
"pathe": "^0.2.0"
"vue": "^3.2.26"
},

@@ -41,2 +44,3 @@ "devDependencies": {

"@types/katex": "^0.11.1",
"@types/node": "^17.0.5",
"@types/prismjs": "^1.16.6",

@@ -43,0 +47,0 @@ "@vitejs/plugin-vue": "^2.0.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