Gathering detailed insights and metrics for @nxmix/is-full-width
Gathering detailed insights and metrics for @nxmix/is-full-width
npm install @nxmix/is-full-width
Typescript
Module System
Node Version
NPM Version
TypeScript (100%)
Total Downloads
3,687
Last Day
2
Last Week
2
Last Month
8
Last Year
107
25 Commits
2 Watching
278 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
0.1.0
Package Id
@nxmix/is-full-width@0.1.0
Unpacked Size
22.93 kB
Size
3.57 kB
File Count
5
NPM Version
6.1.0
Node Version
8.11.2
Cumulative downloads
Total Downloads
Last day
0%
2
Compared to previous day
Last week
0%
2
Compared to previous week
Last month
166.7%
8
Compared to previous month
Last year
-6.1%
107
Compared to previous year
2
Check if the character represented by a given Unicode code point is fullwidth
is-fullwidth-code-point
?Compare to is-fullwidth-codepoint, I'm trying to give a fully accurate implementation of official Unicode EastAsianWidth specification v11.0.
The code in src/index.ts
is generated by an internal tool that reflects the contents of the specification range by range.
$ npm install @nxmix/is-full-width
Typescript definition file is already included.
1const isFullwidth = require('is-full-width'); 2 3isFullwidth('谢'.codePointAt()); 4//=> true 5 6isFullwidth('a'.codePointAt()); 7//=> false
Type: number
Code point of a character.
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 0/20 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
81 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More