Socket
Socket
Sign inDemoInstall

@tiptap/react

Package Overview
Dependencies
Maintainers
5
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-pre.14 to 2.5.0-pre.15

2

dist/packages/react/src/useEditorState.d.ts

@@ -21,3 +21,3 @@ import type { Editor } from './Editor.js';

};
export declare function useEditorState<TSelectorResult>(options: UseEditorStateOptions<TSelectorResult, Editor>): TSelectorResult;
export declare function useEditorState<TSelectorResult>(options: UseEditorStateOptions<TSelectorResult, Editor | null>): TSelectorResult | null;
export declare function useEditorState<TSelectorResult>(options: UseEditorStateOptions<TSelectorResult, Editor>): TSelectorResult;
{
"name": "@tiptap/react",
"description": "React components for tiptap",
"version": "2.5.0-pre.14",
"version": "2.5.0-pre.15",
"homepage": "https://tiptap.dev",

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

"dependencies": {
"@tiptap/extension-bubble-menu": "^2.5.0-pre.14",
"@tiptap/extension-floating-menu": "^2.5.0-pre.14",
"@tiptap/extension-bubble-menu": "^2.5.0-pre.15",
"@tiptap/extension-floating-menu": "^2.5.0-pre.15",
"use-sync-external-store": "^1.2.2",

@@ -39,4 +39,4 @@ "@types/use-sync-external-store": "^0.0.6"

"devDependencies": {
"@tiptap/core": "^2.5.0-pre.14",
"@tiptap/pm": "^2.5.0-pre.14",
"@tiptap/core": "^2.5.0-pre.15",
"@tiptap/pm": "^2.5.0-pre.15",
"@types/react": "^18.2.14",

@@ -48,4 +48,4 @@ "@types/react-dom": "^18.2.6",

"peerDependencies": {
"@tiptap/core": "^2.5.0-pre.14",
"@tiptap/pm": "^2.5.0-pre.14",
"@tiptap/core": "^2.5.0-pre.15",
"@tiptap/pm": "^2.5.0-pre.15",
"react": "^17.0.0 || ^18.0.0",

@@ -52,0 +52,0 @@ "react-dom": "^17.0.0 || ^18.0.0"

@@ -98,7 +98,7 @@ import { useDebugValue, useEffect, useState } from 'react'

export function useEditorState<TSelectorResult>(
options: UseEditorStateOptions<TSelectorResult, Editor>
): TSelectorResult;
export function useEditorState<TSelectorResult>(
options: UseEditorStateOptions<TSelectorResult, Editor | null>
): TSelectorResult | null;
export function useEditorState<TSelectorResult>(
options: UseEditorStateOptions<TSelectorResult, Editor>
): TSelectorResult;

@@ -105,0 +105,0 @@ export function useEditorState<TSelectorResult>(

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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