Socket
Socket
Sign inDemoInstall

@tiptap/extension-task-item

Package Overview
Dependencies
Maintainers
5
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tiptap/extension-task-item - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

5

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

@@ -43,7 +43,2 @@ import { Mark as ProseMirrorMark, Node as ProseMirrorNode, NodeType, ParseOptions } from '@tiptap/pm/model';

};
beforeTransaction: {
editor: Editor;
transaction: Transaction;
nextState: EditorState;
};
transaction: {

@@ -50,0 +45,0 @@ editor: Editor;

10

package.json
{
"name": "@tiptap/extension-task-item",
"description": "task item extension for tiptap",
"version": "2.5.0",
"version": "2.5.1",
"homepage": "https://tiptap.dev",

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

"devDependencies": {
"@tiptap/core": "^2.5.0",
"@tiptap/pm": "^2.5.0"
"@tiptap/core": "^2.5.1",
"@tiptap/pm": "^2.5.1"
},
"peerDependencies": {
"@tiptap/core": "^2.5.0",
"@tiptap/pm": "^2.5.0"
"@tiptap/core": "^2.5.1",
"@tiptap/pm": "^2.5.1"
},

@@ -40,0 +40,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc