Gathering detailed insights and metrics for change-prop-case
Gathering detailed insights and metrics for change-prop-case
npm install change-prop-case
Typescript
Module System
Node Version
NPM Version
73.3
Supply Chain
74.3
Quality
75.1
Maintenance
100
Vulnerability
100
License
TypeScript (52.71%)
JavaScript (47.29%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
1,647
Last Day
1
Last Week
4
Last Month
21
Last Year
156
MIT License
6 Commits
1 Branches
1 Contributors
Updated on Apr 13, 2019
Minified
Minified + Gzipped
Latest Version
0.0.4
Package Id
change-prop-case@0.0.4
Unpacked Size
95.09 kB
Size
12.80 kB
File Count
10
NPM Version
6.4.1
Node Version
10.15.3
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
300%
4
Compared to previous week
Last Month
50%
21
Compared to previous month
Last Year
-22%
156
Compared to previous year
Changes all properties case.
1npm install -S change-prop-case
1import { camelProps, snakeProps, changeProps } from "chage-prop-case"; 2// or 3const { changeProps, snakeProps, camelProps } = require("change-prop-case"); 4 5snakeProps({ propA: { propX: [{ propY: 1 }] } }); 6// => { prop_a: { prop_x: [{ prop_y: 1 }] }} 7 8camelProps({ prop_a: { prop_x: [{ prop_y: 1 }] } }); 9// => { propA: { propX: [{ propY: 1 }] }} 10 11const changeCase = require("change-case"); 12changeProps({ propA: { propX: [{ propY: 1 }] } }, changeCase.paramCase); 13// => { "prop-a": { "prop-x": [{ "prop-y": 1 }] }}
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
Found 0/6 approved changesets -- score normalized to 0
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
21 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-02-10
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