New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

prosemirror-utils

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-utils - npm Package Compare versions

Comparing version

to
0.6.4

2

dist/index.js

@@ -986,3 +986,3 @@ 'use strict';

cloneRow.forEach(function (cell) {
cells.push(tableNodes.cell.createAndFill(cell.attrs, cell.marks));
cells.push(tableNodes[cell.type.spec.tableRole].createAndFill(cell.attrs, cell.marks));
});

@@ -989,0 +989,0 @@

{
"name": "prosemirror-utils",
"version": "0.6.3",
"version": "0.6.4",
"description": "Utils library for ProseMirror",

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

Sorry, the diff of this file is not supported yet