🚀 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.2.0

6

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

@@ -27,3 +27,3 @@ "main": "index.js",

"dependencies": {
"ansi-parser": "1.1.0"
"ansi-parser": "1.2.0"
},

@@ -33,2 +33,2 @@ "devDependencies": {

}
}
}

@@ -73,5 +73,8 @@ Overlap

# Changelog
## `1.1.0`
## `1.2.0`
- Upgraded `ansi-parser` to `1.2.0`.
## `1.1.0`
- Upgraded `ansi-parser` to `1.1.0`.
## `1.0.2`

@@ -78,0 +81,0 @@ - Removed duplicated field `devDependencies` from `package.json` file.