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

prosemirror-old

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prosemirror-old - npm Package Compare versions

Comparing version 0.10.3 to 0.10.4

2

dist/model/content.js

@@ -300,3 +300,3 @@ "use strict";

while (count < max) {
while (count < max && fragPos < to) {
if (elt.matches(fragment.child(fragPos), this.attrs, this.expr)) {

@@ -303,0 +303,0 @@ count++;

{
"name": "prosemirror-old",
"version": "0.10.3",
"version": "0.10.4",
"description": "Well-defined WYSIWYG editor (old version)",

@@ -5,0 +5,0 @@ "main": "dist/edit/index.js",

@@ -234,3 +234,3 @@ const {Fragment} = require("./fragment")

while (count < max) {
while (count < max && fragPos < to) {
if (elt.matches(fragment.child(fragPos), this.attrs, this.expr)) {

@@ -237,0 +237,0 @@ count++

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