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 0.2.18 to 0.2.19

3

dist/index.js

@@ -257,3 +257,4 @@ 'use strict';

tr = tr.replaceWith(before, before + node.nodeSize, content);
return cloneTr(setTextSelection(tr.selection.$from.pos - 1, -1)(tr));
var start = tr.selection.$from.pos - 1;
return cloneTr(setTextSelection(Math.max(start, 0), -1)(tr));
}

@@ -260,0 +261,0 @@ return tr;

{
"name": "prosemirror-utils",
"version": "0.2.18",
"version": "0.2.19",
"description": "Utils library for ProseMirror",

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

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