Gathering detailed insights and metrics for @jsep-plugin/numbers
Gathering detailed insights and metrics for @jsep-plugin/numbers
Gathering detailed insights and metrics for @jsep-plugin/numbers
Gathering detailed insights and metrics for @jsep-plugin/numbers
npm install @jsep-plugin/numbers
Typescript
Module System
Min. Node Version
Node Version
NPM Version
@jsep-plugin/ternary-v1.1.4
Updated on Nov 05, 2024
@jsep-plugin/template-v1.0.5
Updated on Nov 05, 2024
@jsep-plugin/spread-v1.0.3
Updated on Nov 05, 2024
@jsep-plugin/regex-v1.0.4
Updated on Nov 05, 2024
@jsep-plugin/object-v1.2.2
Updated on Nov 05, 2024
@jsep-plugin/numbers-v1.0.2
Updated on Nov 05, 2024
JavaScript (94.84%)
CSS (3.43%)
HTML (1.63%)
Shell (0.1%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
913 Stars
453 Commits
139 Forks
20 Watchers
17 Branches
24 Contributors
Updated on Jul 08, 2025
Latest Version
1.0.2
Package Id
@jsep-plugin/numbers@1.0.2
Unpacked Size
64.42 kB
Size
8.05 kB
File Count
16
NPM Version
10.8.2
Node Version
20.18.0
Published on
Nov 05, 2024
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
2
A JSEP plugin for adding support for additional number formats, hexadecimal, binary and octal. It also adds support to ignore _ characters in numbers
1jsep('0xA'); // hexadecimal (10) 2jsep('0b01001010'); // binary (74) 3jsep('0644'); // octal (420) 4jsep('0o644'); // octal (420) 5jsep('115_200'); // decimal (115200)
1npm install @jsep-plugin/numbers 2# or 3yarn add @jsep-plugin/numbers
1import jsep from 'jsep'; 2import jsepNumbers from '@jsep-plugin/numbers'; 3jsep.plugins.register(jsepNumbers);
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 3/17 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
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
Project has not signed or included provenance with any releases.
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
39 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-14
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