Gathering detailed insights and metrics for highcharts-extra-label-format
Gathering detailed insights and metrics for highcharts-extra-label-format
Gathering detailed insights and metrics for highcharts-extra-label-format
Gathering detailed insights and metrics for highcharts-extra-label-format
This package adds on more format string options available to Highcharts.
npm install highcharts-extra-label-format
Typescript
Module System
Node Version
NPM Version
72.6
Supply Chain
81.2
Quality
75.5
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
36 Commits
2 Watchers
9 Branches
12 Contributors
Updated on May 03, 2021
Latest Version
0.0.4
Package Id
highcharts-extra-label-format@0.0.4
Unpacked Size
30.19 kB
Size
7.08 kB
File Count
14
NPM Version
6.9.0
Node Version
10.15.3
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
5
This package adds on more format string options available to Highcharts.
Format:
%D<durationUnit><modifier>
Refers to the component of a duration that is desired.
Available Options:
s
: secondm
: minuteh
: hourd
: dayDepends on usage of format string.
t
: Total rounded to the nearest integer. Used for displaying a single unit of duration.Example:
Format String: '%Dht' Input: '89100000' (1 day, 45 minutes in milliseconds) Result: '24 hours'
p
: The specified component of the duration with range depending on specified unit. Used when combining duration format strings for non-leading units.c
: The specified component of the duration without range limitation. Used when combining duration format strings for leading unit.Example:
Format String: '%Dmc minutes, %Dsp seconds' Input: '13523000' (3 hours, 45 minutes, 23 seconds in milliseconds) Result: '225 minutes, 23 seconds'
Note how the p
modifier is used for the number of seconds to keep it under 60 seconds since the extra seconds would be captured by the minutes format string in this example.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 0/26 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
project is not fuzzed
Details
Reason
security policy file not detected
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
21 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