Socket
Socket
Sign inDemoInstall

@tiptap/extension-task-item

Package Overview
Dependencies
Maintainers
5
Versions
166
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.5 to 2.5.6

4

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

@@ -157,5 +157,3 @@ import { Mark as ProseMirrorMark, Node as ProseMirrorNode, NodeType, ParseOptions } from '@tiptap/pm/model';

*/
attributes: {
[key: string]: Attribute;
};
attributes: Record<string, Attribute | undefined>;
}[];

@@ -162,0 +160,0 @@ export type PickValue<T, K extends keyof T> = T[K];

{
"name": "@tiptap/extension-task-item",
"description": "task item extension for tiptap",
"version": "2.5.5",
"version": "2.5.6",
"homepage": "https://tiptap.dev",

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

"devDependencies": {
"@tiptap/core": "^2.5.5",
"@tiptap/pm": "^2.5.5"
"@tiptap/core": "^2.5.6",
"@tiptap/pm": "^2.5.6"
},
"peerDependencies": {
"@tiptap/core": "^2.5.5",
"@tiptap/pm": "^2.5.5"
"@tiptap/core": "^2.5.6",
"@tiptap/pm": "^2.5.6"
},

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

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