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

prosemirror-suggest

Package Overview
Dependencies
Maintainers
1
Versions
273
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prosemirror-suggest - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

12

dist/prosemirror-suggest.browser.cjs.js

@@ -1430,6 +1430,12 @@ 'use strict';

apply(props) {
var _classPrivateFieldGet5 = _classPrivateFieldGet(this, _handlerMatches),
exit = _classPrivateFieldGet5.exit,
change = _classPrivateFieldGet5.change;
if (_classPrivateFieldGet(this, _lastChangeFromAppend)) {
_classPrivateFieldSet(this, _lastChangeFromAppend, false);
return this;
if (!(exit !== null && exit !== void 0 && exit.suggester.appendTransaction) && !(change !== null && change !== void 0 && change.suggester.appendTransaction)) {
return this;
}
}

@@ -1439,6 +1445,2 @@

state = props.state;
var _classPrivateFieldGet5 = _classPrivateFieldGet(this, _handlerMatches),
exit = _classPrivateFieldGet5.exit;
var transactionHasChanged = tr.docChanged || tr.selectionSet;

@@ -1445,0 +1447,0 @@ var shouldIgnoreUpdate = tr.getMeta(IGNORE_SUGGEST_META_KEY);

@@ -1422,6 +1422,12 @@ import { TextSelection, Selection, PluginKey, Plugin } from 'prosemirror-state';

apply(props) {
var _classPrivateFieldGet5 = _classPrivateFieldGet(this, _handlerMatches),
exit = _classPrivateFieldGet5.exit,
change = _classPrivateFieldGet5.change;
if (_classPrivateFieldGet(this, _lastChangeFromAppend)) {
_classPrivateFieldSet(this, _lastChangeFromAppend, false);
return this;
if (!(exit !== null && exit !== void 0 && exit.suggester.appendTransaction) && !(change !== null && change !== void 0 && change.suggester.appendTransaction)) {
return this;
}
}

@@ -1431,6 +1437,2 @@

state = props.state;
var _classPrivateFieldGet5 = _classPrivateFieldGet(this, _handlerMatches),
exit = _classPrivateFieldGet5.exit;
var transactionHasChanged = tr.docChanged || tr.selectionSet;

@@ -1437,0 +1439,0 @@ var shouldIgnoreUpdate = tr.getMeta(IGNORE_SUGGEST_META_KEY);

@@ -1430,6 +1430,12 @@ 'use strict';

apply(props) {
var _classPrivateFieldGet5 = _classPrivateFieldGet(this, _handlerMatches),
exit = _classPrivateFieldGet5.exit,
change = _classPrivateFieldGet5.change;
if (_classPrivateFieldGet(this, _lastChangeFromAppend)) {
_classPrivateFieldSet(this, _lastChangeFromAppend, false);
return this;
if (!(exit !== null && exit !== void 0 && exit.suggester.appendTransaction) && !(change !== null && change !== void 0 && change.suggester.appendTransaction)) {
return this;
}
}

@@ -1439,6 +1445,2 @@

state = props.state;
var _classPrivateFieldGet5 = _classPrivateFieldGet(this, _handlerMatches),
exit = _classPrivateFieldGet5.exit;
var transactionHasChanged = tr.docChanged || tr.selectionSet;

@@ -1445,0 +1447,0 @@ var shouldIgnoreUpdate = tr.getMeta(IGNORE_SUGGEST_META_KEY);

@@ -1430,6 +1430,12 @@ 'use strict';

apply(props) {
var _classPrivateFieldGet5 = _classPrivateFieldGet(this, _handlerMatches),
exit = _classPrivateFieldGet5.exit,
change = _classPrivateFieldGet5.change;
if (_classPrivateFieldGet(this, _lastChangeFromAppend)) {
_classPrivateFieldSet(this, _lastChangeFromAppend, false);
return this;
if (!(exit !== null && exit !== void 0 && exit.suggester.appendTransaction) && !(change !== null && change !== void 0 && change.suggester.appendTransaction)) {
return this;
}
}

@@ -1439,6 +1445,2 @@

state = props.state;
var _classPrivateFieldGet5 = _classPrivateFieldGet(this, _handlerMatches),
exit = _classPrivateFieldGet5.exit;
var transactionHasChanged = tr.docChanged || tr.selectionSet;

@@ -1445,0 +1447,0 @@ var shouldIgnoreUpdate = tr.getMeta(IGNORE_SUGGEST_META_KEY);

@@ -1422,6 +1422,12 @@ import { TextSelection, Selection, PluginKey, Plugin } from 'prosemirror-state';

apply(props) {
var _classPrivateFieldGet5 = _classPrivateFieldGet(this, _handlerMatches),
exit = _classPrivateFieldGet5.exit,
change = _classPrivateFieldGet5.change;
if (_classPrivateFieldGet(this, _lastChangeFromAppend)) {
_classPrivateFieldSet(this, _lastChangeFromAppend, false);
return this;
if (!(exit !== null && exit !== void 0 && exit.suggester.appendTransaction) && !(change !== null && change !== void 0 && change.suggester.appendTransaction)) {
return this;
}
}

@@ -1431,6 +1437,2 @@

state = props.state;
var _classPrivateFieldGet5 = _classPrivateFieldGet(this, _handlerMatches),
exit = _classPrivateFieldGet5.exit;
var transactionHasChanged = tr.docChanged || tr.selectionSet;

@@ -1437,0 +1439,0 @@ var shouldIgnoreUpdate = tr.getMeta(IGNORE_SUGGEST_META_KEY);

{
"name": "prosemirror-suggest",
"version": "1.0.7",
"version": "1.0.8",
"description": "Primitives for building your prosemirror suggestion and autocomplete functionality",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/prosemirror-suggest",

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