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

text-buffer

Package Overview
Dependencies
Maintainers
1
Versions
455
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

text-buffer - npm Package Compare versions

Comparing version 0.12.0 to 0.13.0

8

lib/range.js

@@ -167,2 +167,10 @@ (function() {

Range.prototype.intersectsRowRange = function(startRow, endRow) {
var _ref;
if (startRow > endRow) {
_ref = [endRow, startRow], startRow = _ref[0], endRow = _ref[1];
}
return this.end.row >= startRow && endRow >= this.start.row;
};
Range.prototype.union = function(otherRange) {

@@ -169,0 +177,0 @@ var end, start;

2

package.json
{
"name": "text-buffer",
"version": "0.12.0",
"version": "0.13.0",
"description": "A container for large mutable strings with annotated regions",

@@ -5,0 +5,0 @@ "main": "./lib/text-buffer",

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