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 0.0.0-pr1102.1 to 0.0.0-pr1158.1

3

dist/prosemirror-suggest.browser.cjs.js

@@ -444,4 +444,3 @@ 'use strict';

var _ref = updatedPrevious && updatedPrevious.query.full !== prev.query.full // has query changed
? // has query changed
createInsertReason({
? createInsertReason({
prev,

@@ -448,0 +447,0 @@ next: updatedPrevious,

@@ -436,4 +436,3 @@ import { TextSelection, Selection, PluginKey, Plugin } from 'prosemirror-state';

var _ref = updatedPrevious && updatedPrevious.query.full !== prev.query.full // has query changed
? // has query changed
createInsertReason({
? createInsertReason({
prev,

@@ -440,0 +439,0 @@ next: updatedPrevious,

@@ -444,4 +444,3 @@ 'use strict';

var _ref = updatedPrevious && updatedPrevious.query.full !== prev.query.full // has query changed
? // has query changed
createInsertReason({
? createInsertReason({
prev,

@@ -448,0 +447,0 @@ next: updatedPrevious,

@@ -444,4 +444,3 @@ 'use strict';

var _ref = updatedPrevious && updatedPrevious.query.full !== prev.query.full // has query changed
? // has query changed
createInsertReason({
? createInsertReason({
prev,

@@ -448,0 +447,0 @@ next: updatedPrevious,

@@ -436,4 +436,3 @@ import { TextSelection, Selection, PluginKey, Plugin } from 'prosemirror-state';

var _ref = updatedPrevious && updatedPrevious.query.full !== prev.query.full // has query changed
? // has query changed
createInsertReason({
? createInsertReason({
prev,

@@ -440,0 +439,0 @@ next: updatedPrevious,

{
"name": "prosemirror-suggest",
"version": "0.0.0-pr1102.1",
"version": "0.0.0-pr1158.1",
"description": "Primitives for building your prosemirror suggestion and autocomplete functionality",

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

"@babel/runtime": "^7.13.10",
"@remirror/core-constants": "0.0.0-pr1102.1",
"@remirror/core-helpers": "0.0.0-pr1102.1",
"@remirror/types": "0.0.0-pr1102.1",
"@remirror/core-constants": "0.0.0-pr1158.1",
"@remirror/core-helpers": "0.0.0-pr1158.1",
"@remirror/types": "0.0.0-pr1158.1",
"escape-string-regexp": "^4.0.0"

@@ -43,8 +43,8 @@ },

"@types/prosemirror-keymap": "^1.0.4",
"@types/prosemirror-model": "^1.13.1",
"@types/prosemirror-model": "^1.13.2",
"@types/prosemirror-state": "^1.2.7",
"@types/prosemirror-view": "^1.17.2",
"prosemirror-model": "^1.14.2",
"@types/prosemirror-view": "^1.18.0",
"prosemirror-model": "^1.14.3",
"prosemirror-state": "^1.3.4",
"prosemirror-view": "^1.18.10"
"prosemirror-view": "^1.19.3"
},

@@ -51,0 +51,0 @@ "peerDependencies": {

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