Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tiptap/vue-2

Package Overview
Dependencies
Maintainers
0
Versions
212
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tiptap/vue-2 - npm Package Compare versions

Comparing version 2.5.0-beta.5 to 2.5.0-beta.6

4

dist/packages/core/src/utilities/removeDuplicates.d.ts

@@ -6,4 +6,4 @@ /**

export declare function removeDuplicates<T>(array: T[], by?: {
(value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string;
(value: any, replacer?: (string | number)[] | null | undefined, space?: string | number | undefined): string;
(value: any, replacer?: (this: any, key: string, value: any) => any, space?: string | number): string;
(value: any, replacer?: (number | string)[] | null, space?: string | number): string;
}): T[];
{
"name": "@tiptap/vue-2",
"description": "Vue components for tiptap",
"version": "2.5.0-beta.5",
"version": "2.5.0-beta.6",
"homepage": "https://tiptap.dev",

@@ -32,9 +32,9 @@ "keywords": [

"dependencies": {
"@tiptap/extension-bubble-menu": "^2.5.0-beta.5",
"@tiptap/extension-floating-menu": "^2.5.0-beta.5",
"@tiptap/extension-bubble-menu": "^2.5.0-beta.6",
"@tiptap/extension-floating-menu": "^2.5.0-beta.6",
"vue-ts-types": "^1.6.0"
},
"devDependencies": {
"@tiptap/core": "^2.5.0-beta.5",
"@tiptap/pm": "^2.5.0-beta.5",
"@tiptap/core": "^2.5.0-beta.6",
"@tiptap/pm": "^2.5.0-beta.6",
"vue": "^2.6.0"

@@ -41,0 +41,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc