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

prosemirror-model

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prosemirror-model - npm Package Compare versions

Comparing version 0.16.0 to 0.16.1

2

dist/content.js

@@ -278,3 +278,3 @@ var ref = require("./fragment");

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

@@ -281,0 +281,0 @@ count++

{
"name": "prosemirror-model",
"version": "0.16.0",
"version": "0.16.1",
"description": "ProseMirror's document model",

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

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

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

@@ -249,0 +249,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