Gathering detailed insights and metrics for @types/change-case-object
Gathering detailed insights and metrics for @types/change-case-object
Gathering detailed insights and metrics for @types/change-case-object
Gathering detailed insights and metrics for @types/change-case-object
The repository for high quality TypeScript type definitions.
npm install @types/change-case-object
Typescript
Module System
78.4
Supply Chain
75.2
Quality
75.3
Maintenance
100
Vulnerability
100
License
TypeScript (99.84%)
JavaScript (0.15%)
Shell (0.01%)
Total Downloads
424,287
Last Day
14
Last Week
2,773
Last Month
12,377
Last Year
154,680
NOASSERTION License
49,943 Stars
89,604 Commits
30,417 Forks
641 Watchers
7 Branches
9,958 Contributors
Updated on Jun 24, 2025
Latest Version
2.0.3
Package Id
@types/change-case-object@2.0.3
Unpacked Size
5.01 kB
Size
1.63 kB
File Count
5
Published on
Nov 20, 2023
Cumulative downloads
Total Downloads
Last Day
-66.7%
14
Compared to previous day
Last Week
-3.4%
2,773
Compared to previous week
Last Month
-39.7%
12,377
Compared to previous month
Last Year
88.5%
154,680
Compared to previous year
npm install --save @types/change-case-object
This package contains type definitions for change-case-object (https://github.com/BinaryThumb/change-case-object#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/change-case-object.
1export function camelCase(s: string): string; 2export function camelCase(arr: readonly string[]): string[]; 3export function camelCase(arr: readonly object[]): object[]; 4export function camelCase(obj: object): object; 5 6export function snakeCase(s: string): string; 7export function snakeCase(arr: readonly string[]): string[]; 8export function snakeCase(arr: readonly object[]): object[]; 9export function snakeCase(obj: object): object; 10 11export function paramCase(s: string): string; 12export function paramCase(arr: readonly string[]): string[]; 13export function paramCase(arr: readonly object[]): object[]; 14export function paramCase(obj: object): object; 15 16export function camel(s: string): string; 17export function camel(arr: readonly string[]): string[]; 18export function camel(arr: readonly object[]): object[]; 19export function camel(obj: object): object; 20 21export function snake(s: string): string; 22export function snake(arr: readonly string[]): string[]; 23export function snake(arr: readonly object[]): object[]; 24export function snake(obj: object): object; 25 26export function param(s: string): string; 27export function param(arr: readonly string[]): string[]; 28export function param(arr: readonly object[]): object[]; 29export function param(obj: object): object; 30
These definitions were written by James Chao.
No vulnerabilities found.
Reason
30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
Found 27/30 approved changesets -- score normalized to 9
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 8
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-06-23
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