widest-line
Advanced tools
Comparing version 4.0.1 to 5.0.0
{ | ||
"name": "widest-line", | ||
"version": "4.0.1", | ||
"version": "5.0.0", | ||
"description": "Get the visual width of the widest line in a string - the number of columns required to display it", | ||
@@ -14,5 +14,8 @@ "license": "MIT", | ||
"type": "module", | ||
"exports": "./index.js", | ||
"exports": { | ||
"types": "./index.d.ts", | ||
"default": "./index.js" | ||
}, | ||
"engines": { | ||
"node": ">=12" | ||
"node": ">=18" | ||
}, | ||
@@ -51,9 +54,9 @@ "scripts": { | ||
"dependencies": { | ||
"string-width": "^5.0.1" | ||
"string-width": "^7.0.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "^3.15.0", | ||
"tsd": "^0.17.0", | ||
"xo": "^0.39.1" | ||
"ava": "^5.3.1", | ||
"tsd": "^0.29.0", | ||
"xo": "^0.56.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3378
+ Addedemoji-regex@10.4.0(transitive)
+ Addedget-east-asian-width@1.3.0(transitive)
+ Addedstring-width@7.2.0(transitive)
- Removedeastasianwidth@0.2.0(transitive)
- Removedemoji-regex@9.2.2(transitive)
- Removedstring-width@5.1.2(transitive)
Updatedstring-width@^7.0.0