string-width
Advanced tools
+2
-2
| { | ||
| "name": "string-width", | ||
| "version": "4.1.0", | ||
| "version": "4.2.0", | ||
| "description": "Get the visual width of a string - the number of columns required to display it", | ||
@@ -49,3 +49,3 @@ "license": "MIT", | ||
| "is-fullwidth-code-point": "^3.0.0", | ||
| "strip-ansi": "^5.2.0" | ||
| "strip-ansi": "^6.0.0" | ||
| }, | ||
@@ -52,0 +52,0 @@ "devDependencies": { |
+10
-2
@@ -40,4 +40,12 @@ # string-width [](https://travis-ci.org/sindresorhus/string-width) | ||
| ## License | ||
| --- | ||
| MIT © [Sindre Sorhus](https://sindresorhus.com) | ||
| <div align="center"> | ||
| <b> | ||
| <a href="https://tidelift.com/subscription/pkg/npm-string-width?utm_source=npm-string-width&utm_medium=referral&utm_campaign=readme">Get professional support for this package with a Tidelift subscription</a> | ||
| </b> | ||
| <br> | ||
| <sub> | ||
| Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies. | ||
| </sub> | ||
| </div> |
5251
7.8%51
18.6%+ Added
+ Added
- Removed
- Removed
Updated