🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
Socket

widest-line

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

widest-line - npm Package Compare versions

Comparing version

to
4.0.1

8

package.json
{
"name": "widest-line",
"version": "4.0.0",
"version": "4.0.1",
"description": "Get the visual width of the widest line in a string - the number of columns required to display it",

@@ -11,3 +11,3 @@ "license": "MIT",

"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
"url": "https://sindresorhus.com"
},

@@ -51,9 +51,9 @@ "type": "module",

"dependencies": {
"string-width": "^5.0.0"
"string-width": "^5.0.1"
},
"devDependencies": {
"ava": "^3.15.0",
"tsd": "^0.14.0",
"tsd": "^0.17.0",
"xo": "^0.39.1"
}
}

@@ -11,5 +11,5 @@ # widest-line

```sh
npm install widest-line
```
$ npm install widest-line
```

@@ -16,0 +16,0 @@ ## Usage