Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
font-case-parser
Advanced tools
Library to convert string font cases.
Converts a string between Sentense case
, camelCase
, kebab-case
and snake_case
, also have some useful string features.
Import any conversion method from font-case
package.
import { toKebabCase } from 'font-case';
const someString = 'some text to convert';
const convertedString = toKebabCase(someString);
// some-text-to-convert
Method | Description |
---|---|
toCamelCase() | spaced text to lower camelCase |
fromCamelCase() | camelCase to spaced text |
toKebabCase() | spaced text to kebab-case |
fromKebabCase() | kebab-case to spaced text |
toSnakeCase() | spaced text to snake_case |
fromSnakeCase() | snake_case to spaced text |
capitalize() | Capitalize first letter |
FAQs
Convert font cases
The npm package font-case-parser receives a total of 0 weekly downloads. As such, font-case-parser popularity was classified as not popular.
We found that font-case-parser demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.