Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

display-width

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

display-width - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

16

package.json
{
"author": "Bill Mill <bill@billmill.org>",
"description": "A node.js port of [uwcwidth](https://github.com/Z4JC/uwcwidth), a fast function for determining a string's display width",
"devDependencies": {
"esbuild": "^0.24.0",
"typescript": "^5.6.3"
},
"exports": {

@@ -38,2 +43,6 @@ ".": {

"name": "display-width",
"repository": {
"type": "git",
"url": "git+https://github.com/llimllib/display-width.git"
},
"scripts": {

@@ -47,7 +56,4 @@ "buildCJS": "esbuild --bundle index.js --outfile=dist/index.cjs --minify --platform=node --format=cjs",

"type": "module",
"version": "2.0.0",
"devDependencies": {
"esbuild": "^0.24.0",
"typescript": "^5.6.3"
}
"types": "dist/index.d.ts",
"version": "2.0.1"
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc