Gathering detailed insights and metrics for camelcase-keys-recursive
Gathering detailed insights and metrics for camelcase-keys-recursive
Gathering detailed insights and metrics for camelcase-keys-recursive
Gathering detailed insights and metrics for camelcase-keys-recursive
npm install camelcase-keys-recursive
Typescript
Module System
Node Version
NPM Version
79.3
Supply Chain
70.5
Quality
75.8
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
6 Stars
56 Commits
6 Forks
1 Watchers
12 Branches
8 Contributors
Updated on Aug 19, 2023
Latest Version
1.0.0
Package Id
camelcase-keys-recursive@1.0.0
Size
3.08 kB
NPM Version
6.14.5
Node Version
12.18.2
Published on
Dec 09, 2020
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
1var camelGotHumps = camelCaseRecursive({'test-1':123, 'test-2':{'test-3:':{'test-four':132}}}); 2 3//{ test1: 123, test2: { 'test3:': { testFour: 132 } } } 4console.log(camelGotHumps);
1var anotherCamelWithTheHump = camelCaseRecursive({ 2 'test-1': 123, 3 'test-Two': [{ 4 'test-three': { 5 'test-FOUR': [{'test-five':[{testSix:{'test-seven':8}}]}] 6 } 7 }] 8}); 9 10//{"test1":123,"testTwo":[{"testThree":{"testFOUR":[{"testFive":[{"testSix":{"testSeven":8}}]}]}}]}console.log( 11JSON.stringify(anotherCamelWithTheHump));
Simply make a pr with details on your bug and tests.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
Found 6/29 approved changesets -- score normalized to 2
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
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
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
32 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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