Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

prosemirror-flat-list

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prosemirror-flat-list - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

./dist/prosemirror-flat-list.js

@@ -1100,3 +1100,3 @@ // src/commands/dedent-list.ts

}
if (rangeAllowInlineContent(range) && isListNode(range.parent) && range.depth > 0) {
if (rangeAllowInlineContent(range) && isListNode(range.parent) && range.depth > 0 && range.startIndex === 0) {
range = new NodeRange6($from, $to, range.depth - 1);

@@ -1103,0 +1103,0 @@ }

@@ -1100,3 +1100,3 @@ // src/commands/dedent-list.ts

}
if (rangeAllowInlineContent(range) && isListNode(range.parent) && range.depth > 0) {
if (rangeAllowInlineContent(range) && isListNode(range.parent) && range.depth > 0 && range.startIndex === 0) {
range = new NodeRange6($from, $to, range.depth - 1);

@@ -1103,0 +1103,0 @@ }

{
"name": "prosemirror-flat-list",
"type": "module",
"version": "0.3.0",
"version": "0.3.1",
"description": "Powerful list support for ProseMirror",

@@ -6,0 +6,0 @@ "author": "ocavue <ocavue@gmail.com>",

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