Huge News!Announcing our $40M Series B led by Abstract Ventures.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.7.0 to 0.7.1

4

dist/index.js

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

}
return selection.isColSelection() && columnIndex >= rect.left && columnIndex <= rect.right;
return selection.isColSelection() && columnIndex >= rect.left && columnIndex < rect.right;
}

@@ -730,3 +730,3 @@

}
return selection.isRowSelection() && rowIndex >= rect.top && rowIndex <= rect.bottom;
return selection.isRowSelection() && rowIndex >= rect.top && rowIndex < rect.bottom;
}

@@ -733,0 +733,0 @@

{
"name": "prosemirror-utils",
"version": "0.7.0",
"version": "0.7.1",
"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