display-width
Advanced tools
Comparing version 1.2.0 to 2.0.0-0
{ | ||
"description": "A node.js port of [uwcwidth](https://github.com/Z4JC/uwcwidth), a fast function for determining a string's display width", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.mjs" | ||
} | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"homepage": "https://github.com/llimllib/display-width", | ||
@@ -28,9 +37,16 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "index.js", | ||
"name": "display-width", | ||
"scripts": { | ||
"buildCJS": "esbuild --bundle index.js --outfile=dist/index.cjs --minify --platform=node --format=cjs", | ||
"buildESM": "esbuild --bundle index.js --outfile=dist/index.mjs --minify --platform=node --format=esm", | ||
"build": "npm run buildCJS && npm run buildESM", | ||
"clean": "rm -rf dist", | ||
"test": "node --test" | ||
}, | ||
"type": "module", | ||
"version": "1.2.0" | ||
"version": "2.0.0-0", | ||
"devDependencies": { | ||
"esbuild": "^0.24.0", | ||
"typescript": "^5.6.3" | ||
} | ||
} |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
4816
2
3
0
1
2