🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

overlap

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

overlap - npm Package Compare versions

Comparing version

to
1.3.0

5

index.js

@@ -25,3 +25,6 @@ // Dependencies

, withString = AnsiParser.parse(options.with.split("\n"))
, where = options.where
, where = {
x: parseInt(options.where.x)
, y: parseInt(options.where.y)
}
, whoStringSize = {

@@ -28,0 +31,0 @@ w: whoString[0].length

4

package.json
{
"name": "overlap",
"version": "1.2.0",
"version": "1.3.0",
"description": "Overlap two strings that contain new lines. Useful for ASCII drawings.",

@@ -32,2 +32,2 @@ "main": "index.js",

}
}
}

@@ -73,2 +73,5 @@ Overlap

# Changelog
## `1.3.0`
- Convert `where` fields to integer values.
## `1.2.0`

@@ -75,0 +78,0 @@ - Upgraded `ansi-parser` to `1.2.0`.