Socket
Socket
Sign inDemoInstall

vue3-notion

Package Overview
Dependencies
167
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.25 to 0.1.26

16

dist/index.d.ts

@@ -1,9 +0,9 @@

import { App } from "vue";
import { App } from "vue"
declare const _default: {
install: (app: App) => void;
};
export default _default;
export * from './components/index';
export * from './lib/api';
export * from './lib/types';
export * from './lib/composables';
install: (app: App) => void
}
export default _default
export * from "./components/index"
export * from "./lib/api"
export * from "./lib/types"
export * from "./lib/composables"
{
"name": "vue3-notion",
"version": "0.1.25",
"version": "0.1.26",
"description": "Vue 3 Unofficial Notion Renderer",

@@ -16,4 +16,4 @@ "homepage": "https://vue3-notion.vercel.app/",

"./nuxt": {
"require": "./nuxt.ts",
"import": "./nuxt.ts"
"require": "./nuxt/index.ts",
"import": "./nuxt/index.ts"
},

@@ -43,3 +43,4 @@ "./dist/style.css": {

"dev:build": "vue-tsc --noEmit && vite build",
"build": "rollup -c && tsc --emitDeclarationOnly",
"build": "vue-tsc --noEmit && vite build && rollup -c",
"build:rollup": "rollup -c",
"build:types": "vue-tsc --noEmit",

@@ -46,0 +47,0 @@ "preview": "vite preview",

Sorry, the diff of this file is not supported yet

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