New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tiptap/vue-2

Package Overview
Dependencies
Maintainers
2
Versions
224
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.0.0-beta.67 to 2.0.0-beta.68

4

dist/packages/core/src/Editor.d.ts

@@ -6,3 +6,3 @@ import { EditorState, Plugin, PluginKey, Transaction } from 'prosemirror-state';

import EventEmitter from './EventEmitter';
import { EditorOptions, CanCommands, ChainedCommands, SingleCommands, TextSerializer, EditorEvents } from './types';
import { EditorOptions, CanCommands, ChainedCommands, JSONContent, SingleCommands, TextSerializer, EditorEvents } from './types';
import * as extensions from './extensions';

@@ -118,3 +118,3 @@ export { extensions };

*/
getJSON(): Record<string, any>;
getJSON(): JSONContent;
/**

@@ -121,0 +121,0 @@ * Get the document as HTML.

@@ -24,2 +24,2 @@ import { Node } from '@tiptap/core';

export declare const inputRegex: RegExp;
export declare const Blockquote: Node<BlockquoteOptions, unknown>;
export declare const Blockquote: Node<BlockquoteOptions, any>;

@@ -27,2 +27,2 @@ import { Mark } from '@tiptap/core';

export declare const underscorePasteRegex: RegExp;
export declare const Bold: Mark<BoldOptions, unknown>;
export declare const Bold: Mark<BoldOptions, any>;

@@ -16,2 +16,2 @@ import { Node } from '@tiptap/core';

export declare const inputRegex: RegExp;
export declare const BulletList: Node<BulletListOptions, unknown>;
export declare const BulletList: Node<BulletListOptions, any>;

@@ -6,2 +6,2 @@ import { CodeBlockOptions } from '@tiptap/extension-code-block';

}
export declare const CodeBlockLowlight: import("@tiptap/core").Node<CodeBlockLowlightOptions, unknown>;
export declare const CodeBlockLowlight: import("@tiptap/core").Node<CodeBlockLowlightOptions, any>;

@@ -26,2 +26,2 @@ import { Node } from '@tiptap/core';

export declare const tildeInputRegex: RegExp;
export declare const CodeBlock: Node<CodeBlockOptions, unknown>;
export declare const CodeBlock: Node<CodeBlockOptions, any>;

@@ -25,2 +25,2 @@ import { Mark } from '@tiptap/core';

export declare const pasteRegex: RegExp;
export declare const Code: Mark<CodeOptions, unknown>;
export declare const Code: Mark<CodeOptions, any>;

@@ -25,3 +25,3 @@ import { Node } from '@tiptap/core';

}
export declare const Heading: Node<HeadingOptions, unknown>;
export declare const Heading: Node<HeadingOptions, any>;
export {};

@@ -30,2 +30,2 @@ import { Mark } from '@tiptap/core';

export declare const pasteRegex: RegExp;
export declare const Highlight: Mark<HighlightOptions, unknown>;
export declare const Highlight: Mark<HighlightOptions, any>;

@@ -15,2 +15,2 @@ import { Node } from '@tiptap/core';

}
export declare const HorizontalRule: Node<HorizontalRuleOptions, unknown>;
export declare const HorizontalRule: Node<HorizontalRuleOptions, any>;

@@ -21,2 +21,2 @@ import { Node } from '@tiptap/core';

export declare const inputRegex: RegExp;
export declare const Image: Node<ImageOptions, unknown>;
export declare const Image: Node<ImageOptions, any>;

@@ -27,2 +27,2 @@ import { Mark } from '@tiptap/core';

export declare const underscorePasteRegex: RegExp;
export declare const Italic: Mark<ItalicOptions, unknown>;
export declare const Italic: Mark<ItalicOptions, any>;

@@ -40,2 +40,2 @@ import { Mark } from '@tiptap/core';

}
export declare const Link: Mark<LinkOptions, unknown>;
export declare const Link: Mark<LinkOptions, any>;

@@ -16,2 +16,2 @@ import { Node } from '@tiptap/core';

export declare const inputRegex: RegExp;
export declare const OrderedList: Node<OrderedListOptions, unknown>;
export declare const OrderedList: Node<OrderedListOptions, any>;

@@ -25,2 +25,2 @@ import { Mark } from '@tiptap/core';

export declare const pasteRegex: RegExp;
export declare const Strike: Mark<StrikeOptions, unknown>;
export declare const Strike: Mark<StrikeOptions, any>;

@@ -7,2 +7,2 @@ import { Node } from '@tiptap/core';

export declare const inputRegex: RegExp;
export declare const TaskItem: Node<TaskItemOptions, unknown>;
export declare const TaskItem: Node<TaskItemOptions, any>;
{
"name": "@tiptap/vue-2",
"description": "Vue components for tiptap",
"version": "2.0.0-beta.67",
"version": "2.0.0-beta.68",
"homepage": "https://tiptap.dev",

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

"@tiptap/extension-bubble-menu": "^2.0.0-beta.49",
"@tiptap/extension-floating-menu": "^2.0.0-beta.43",
"@tiptap/extension-floating-menu": "^2.0.0-beta.44",
"prosemirror-view": "^1.22.0"

@@ -41,3 +41,3 @@ },

},
"gitHead": "621cfa2f7e98a48525fa22f9d97a92fc08368966"
"gitHead": "b88480470d292c87560cb5f1956477e6da2e0467"
}
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