Socket
Socket
Sign inDemoInstall

@tiptap/extension-task-item

Package Overview
Dependencies
Maintainers
2
Versions
172
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.0.0-alpha.8 to 2.0.0-alpha.9

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [2.0.0-alpha.9](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/extension-task-item@2.0.0-alpha.8...@tiptap/extension-task-item@2.0.0-alpha.9) (2021-01-29)
**Note:** Version bump only for package @tiptap/extension-task-item
# [2.0.0-alpha.8](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/extension-task-item@2.0.0-alpha.7...@tiptap/extension-task-item@2.0.0-alpha.8) (2021-01-29)

@@ -8,0 +16,0 @@

2

dist/tiptap-extension-task-item.cjs.js

@@ -16,3 +16,3 @@ 'use strict';

content() {
return this.options.nested ? '(paragraph|taskList)+' : 'paragraph+';
return this.options.nested ? 'paragraph block*' : 'paragraph+';
},

@@ -19,0 +19,0 @@ defining: true,

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

content() {
return this.options.nested ? '(paragraph|taskList)+' : 'paragraph+';
return this.options.nested ? 'paragraph block*' : 'paragraph+';
},

@@ -15,0 +15,0 @@ defining: true,

@@ -15,3 +15,3 @@ (function (global, factory) {

content() {
return this.options.nested ? '(paragraph|taskList)+' : 'paragraph+';
return this.options.nested ? 'paragraph block*' : 'paragraph+';
},

@@ -18,0 +18,0 @@ defining: true,

{
"name": "@tiptap/extension-task-item",
"description": "task item extension for tiptap",
"version": "2.0.0-alpha.8",
"version": "2.0.0-alpha.9",
"homepage": "https://tiptap.dev",

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

},
"gitHead": "17c8c8365100c996a1749bd5bb0e3145bad028f0"
"gitHead": "74e01a8c23b46142a6691db221c8527e8fc7f0ce"
}

@@ -22,3 +22,3 @@ import { Node, mergeAttributes } from '@tiptap/core'

content() {
return this.options.nested ? '(paragraph|taskList)+' : 'paragraph+'
return this.options.nested ? 'paragraph block*' : 'paragraph+'
},

@@ -25,0 +25,0 @@

Sorry, the diff of this file is too big to display

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

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