GoogleCloudPlatform / artifact-registry-npm-tools
File Change Frequency

File change frequency (churn) shows the distribution of file updates (days with at least one commit).

Overview
File Change Frequency Overall
  • There are 5 files with 292 lines of code.
    • 0 files changed more than 100 times (0 lines of code)
    • 0 files changed 51-100 times (0 lines of code)
    • 0 files changed 21-50 times (0 lines of code)
    • 2 files changed 6-20 times (130 lines of code)
    • 3 files changed 1-5 times (162 lines of code)
0% | 0% | 0% | 44% | 55%
Legend:
101+
51-100
21-50
6-20
1-5

explore: grouped by folders | grouped by update frequency | data
Contributors Count Frequency Overall
  • There are 5 files with 292 lines of code.
    • 0 files changed by more than 25 contributors (0 lines of code)
    • 0 files changed by 11-25 contributors (0 lines of code)
    • 0 files changed by 6-10 contributors (0 lines of code)
    • 4 files changed by 2-5 contributors (275 lines of code)
    • 1 file changed by 1 contributor (17 lines of code)
0% | 0% | 0% | 94% | 5%
Legend:
26+
11-25
6-10
2-5
1

explore: grouped by folders | grouped by contributors count | data
File Change Frequency per File Extension
js, json, md, yaml, txt, gitignore
File Change Frequency per Extension
The number of recorded file updates
101+
51-100
21-50
6-20
1-5
js0% | 0% | 0% | 44% | 55%
File Change Frequency per Logical Decomposition
primary
primary (file change frequency)
The number of recorded file updates
101+
51-100
21-50
6-20
1-5
src0% | 0% | 0% | 44% | 55%
Most Frequently Changed Files (Top 5)

See data for all files...

File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
auth.js
in src
41 3 2019-07-18 2023-03-25 11 3 kaylanguyen@google.com hzyi@google.com
main.js
in src
89 2 2019-07-18 2024-12-12 7 5 kaylanguyen@google.com hzyi@google.com
update.js
in src
91 3 2021-09-16 2023-06-01 4 3 hanzhen.m.yi@gmail.com 97612987+taemery@users.nore...
config.js
in src
54 5 2021-09-16 2022-08-31 2 2 hanzhen.m.yi@gmail.com hzyi@google.com
logger.js
in src
17 4 2021-10-06 2021-10-06 1 1 hanzhen.m.yi@gmail.com hanzhen.m.yi@gmail.com
Files With Most Contributors (Top 5)
Based on the number of unique email addresses found in commits.

See data for all files...

File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
main.js
in src
89 2 2019-07-18 2024-12-12 7 5 kaylanguyen@google.com hzyi@google.com
auth.js
in src
41 3 2019-07-18 2023-03-25 11 3 kaylanguyen@google.com hzyi@google.com
update.js
in src
91 3 2021-09-16 2023-06-01 4 3 hanzhen.m.yi@gmail.com 97612987+taemery@users.nore...
config.js
in src
54 5 2021-09-16 2022-08-31 2 2 hanzhen.m.yi@gmail.com hzyi@google.com
logger.js
in src
17 4 2021-10-06 2021-10-06 1 1 hanzhen.m.yi@gmail.com hanzhen.m.yi@gmail.com
Files With Least Contributors (Top 5)
Based on the number of unique email addresses found in commits.

See data for all files...

File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
logger.js
in src
17 4 2021-10-06 2021-10-06 1 1 hanzhen.m.yi@gmail.com hanzhen.m.yi@gmail.com
config.js
in src
54 5 2021-09-16 2022-08-31 2 2 hanzhen.m.yi@gmail.com hzyi@google.com
update.js
in src
91 3 2021-09-16 2023-06-01 4 3 hanzhen.m.yi@gmail.com 97612987+taemery@users.nore...
auth.js
in src
41 3 2019-07-18 2023-03-25 11 3 kaylanguyen@google.com hzyi@google.com
main.js
in src
89 2 2019-07-18 2024-12-12 7 5 kaylanguyen@google.com hzyi@google.com
Correlations

File Size vs. Number of Changes: 5 points

src/main.js x: 89 lines of code y: 7 # changes src/update.js x: 91 lines of code y: 4 # changes src/auth.js x: 41 lines of code y: 11 # changes src/config.js x: 54 lines of code y: 2 # changes src/logger.js x: 17 lines of code y: 1 # changes
11.0
# changes
  min: 1.0
  average: 5.0
  25th percentile: 1.5
  median: 4.0
  75th percentile: 9.0
  max: 11.0
0 91.0
lines of code
min: 17.0 | average: 58.4 | 25th percentile: 29.0 | median: 54.0 | 75th percentile: 90.0 | max: 91.0

Number of Contributors vs. Number of Changes: 5 points

src/main.js x: 5 # contributors y: 7 # changes src/update.js x: 3 # contributors y: 4 # changes src/auth.js x: 3 # contributors y: 11 # changes src/config.js x: 2 # contributors y: 2 # changes src/logger.js x: 1 # contributors y: 1 # changes
11.0
# changes
  min: 1.0
  average: 5.0
  25th percentile: 1.5
  median: 4.0
  75th percentile: 9.0
  max: 11.0
0 5.0
# contributors
min: 1.0 | average: 2.8 | 25th percentile: 1.5 | median: 3.0 | 75th percentile: 4.0 | max: 5.0

Number of Contributors vs. File Size: 5 points

src/main.js x: 5 # contributors y: 89 lines of code src/update.js x: 3 # contributors y: 91 lines of code src/auth.js x: 3 # contributors y: 41 lines of code src/config.js x: 2 # contributors y: 54 lines of code src/logger.js x: 1 # contributors y: 17 lines of code
91.0
lines of code
  min: 17.0
  average: 58.4
  25th percentile: 29.0
  median: 54.0
  75th percentile: 90.0
  max: 91.0
0 5.0
# contributors
min: 1.0 | average: 2.8 | 25th percentile: 1.5 | median: 3.0 | 75th percentile: 4.0 | max: 5.0