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.0.18 to 0.0.19

1

./dist/prosemirror-flat-list.js

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

enterWithoutLift,
findListsRange,
flatListGroup,

@@ -1168,0 +1169,0 @@ getListType,

@@ -16,2 +16,3 @@ import { Attrs } from 'prosemirror-model';

import { Plugin as Plugin_2 } from 'prosemirror-state';
import { ResolvedPos } from 'prosemirror-model';
import { Schema } from 'prosemirror-model';

@@ -105,2 +106,10 @@ import { Transaction } from 'prosemirror-state';

/**
* Returns a minimal block range that includes the given two positions and
* represents one or multiple sibling list nodes.
*
* @public
*/
export declare function findListsRange($from: ResolvedPos, $to: ResolvedPos): NodeRange | null;
/** @public */

@@ -107,0 +116,0 @@ export declare const flatListGroup = "flatList";

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

enterWithoutLift,
findListsRange,
flatListGroup,

@@ -1168,0 +1169,0 @@ getListType,

2

package.json
{
"name": "prosemirror-flat-list",
"type": "module",
"version": "0.0.18",
"version": "0.0.19",
"description": "",

@@ -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