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

prosemirror-transform

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prosemirror-transform - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 1.0.9 (2018-04-05)
### Bug fixes
Fix a bug that made [`replaceStep`](https://prosemirror.net/docs/ref/#transform.replaceStep) unable to generate wrapper nodes in some circumstances.
## 1.0.8 (2018-04-04)

@@ -2,0 +8,0 @@

2

package.json
{
"name": "prosemirror-transform",
"version": "1.0.8",
"version": "1.0.9",
"description": "ProseMirror document transformations",

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

@@ -295,2 +295,3 @@ import {Fragment, Slice} from "prosemirror-model"

!(parent && wrap.length && wrap[wrap.length - 1] == parent.type)) {
while (this.open.length - 1 > d) this.closeNode()
for (let w = 0; w < wrap.length; w++) {

@@ -297,0 +298,0 @@ open.match = open.match.matchType(wrap[w])

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

Sorry, the diff of this file is not supported yet

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