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
220
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.59 to 2.0.0-beta.60

4

dist/packages/core/src/commands/insertContent.d.ts

@@ -10,4 +10,4 @@ import { ParseOptions } from 'prosemirror-model';

insertContent: (value: Content, options?: {
parseOptions: ParseOptions;
updateSelection: boolean;
parseOptions?: ParseOptions;
updateSelection?: boolean;
}) => ReturnType;

@@ -14,0 +14,0 @@ };

@@ -10,4 +10,4 @@ import { ParseOptions } from 'prosemirror-model';

insertContentAt: (position: number | Range, value: Content, options?: {
parseOptions: ParseOptions;
updateSelection: boolean;
parseOptions?: ParseOptions;
updateSelection?: boolean;
}) => ReturnType;

@@ -14,0 +14,0 @@ };

{
"name": "@tiptap/vue-2",
"description": "Vue components for tiptap",
"version": "2.0.0-beta.59",
"version": "2.0.0-beta.60",
"homepage": "https://tiptap.dev",

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

"dependencies": {
"@tiptap/extension-bubble-menu": "^2.0.0-beta.41",
"@tiptap/extension-floating-menu": "^2.0.0-beta.35",
"@tiptap/extension-bubble-menu": "^2.0.0-beta.42",
"@tiptap/extension-floating-menu": "^2.0.0-beta.36",
"prosemirror-view": "^1.20.3"

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

},
"gitHead": "8a14131d7a3801337bf22d5aac71ac022e3d111d"
"gitHead": "9948e2499a3aa6ca72b677ef2ca96de1db1cb6b5"
}
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