Gathering detailed insights and metrics for toidentifier
Gathering detailed insights and metrics for toidentifier
Gathering detailed insights and metrics for toidentifier
Gathering detailed insights and metrics for toidentifier
npm install toidentifier
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
5 Stars
81 Commits
9 Forks
6 Watchers
1 Branches
27 Contributors
Updated on May 16, 2024
Latest Version
1.0.1
Package Id
toidentifier@1.0.1
Unpacked Size
4.58 kB
Size
2.29 kB
File Count
5
NPM Version
7.20.3
Node Version
16.7.0
Published on
Nov 14, 2021
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
Convert a string of words to a JavaScript identifier
This is a Node.js module available through the
npm registry. Installation is done using the
npm install
command:
1$ npm install toidentifier
1var toIdentifier = require('toidentifier') 2 3console.log(toIdentifier('Bad Request')) 4// => "BadRequest"
This CommonJS module exports a single default function: toIdentifier
.
Given a string as the argument, it will be transformed according to the following rules and the new string will be returned:
0x20
).[0-9a-z_]
) characters.No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/30 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
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no SAST tool detected
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
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