Socket
Socket
Sign inDemoInstall

widest-line

Package Overview
Dependencies
5
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc