Socket
Socket
Sign inDemoInstall

@tiptap/react

Package Overview
Dependencies
Maintainers
0
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tiptap/react - 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[];

@@ -1,2 +0,1 @@

/// <reference types="react" />
export interface ReactNodeViewContextProps {

@@ -3,0 +2,0 @@ onDragStart: (event: DragEvent) => void;

{
"name": "@tiptap/react",
"description": "React components for tiptap",
"version": "2.5.0-beta.5",
"version": "2.5.0-beta.6",
"homepage": "https://tiptap.dev",

@@ -32,8 +32,8 @@ "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"
},
"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",
"@types/react": "^18.2.14",

@@ -40,0 +40,0 @@ "@types/react-dom": "^18.2.6",

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