Socket
Socket
Sign inDemoInstall

prosemirror-model

Package Overview
Dependencies
Maintainers
1
Versions
84
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 1.17.0-beta.2 to 1.17.0

10

CHANGELOG.md

@@ -0,1 +1,11 @@

## 1.17.0 (2022-05-30)
### Bug fixes
Fix a crash in DOM parsing.
### New features
Include TypeScript type declarations.
## 1.16.1 (2021-12-29)

@@ -2,0 +12,0 @@

2

package.json
{
"name": "prosemirror-model",
"version": "1.17.0-beta.2",
"version": "1.17.0",
"description": "ProseMirror's document model",

@@ -5,0 +5,0 @@ "type": "module",

@@ -560,3 +560,3 @@ import {Fragment} from "./fragment"

}
if (sync) { this.sync(startIn); this.open-- }
if (sync && this.sync(startIn)) this.open--
if (mark) this.removePendingMark(mark, startIn)

@@ -661,4 +661,5 @@ }

this.open = i
return
return true
}
return false
}

@@ -665,0 +666,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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