
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
@kickass-coderz/capitalize-title
Advanced tools
This package provides a utility function to capitalize titles according to (The Chicago Manual of Style.)[http://www.chicagomanualofstyle.org/]
This package provides a utility function to capitalize titles according to (The Chicago Manual of Style.)[http://www.chicagomanualofstyle.org/]
// with npm
npm install @kickass-coderz/capitalize-title
// with yarn
yarn add @kickass-coderz/capitalize-title
// with pnpm
pnpm add @kickass-coderz/capitalize-title
Import the function and use it to capitalize a title.
import { capitalizeTitle } from "@kickass-coderz/capitalize-title";
const title = capitalizeTitle("i'M a MaD sCiEnTiSt");
// This will result with "I'm a Mad Scientist"
Pass an array of special words which shouldn't be capitalized.
import { capitalizeTitle } from "@kickass-coderz/capitalize-title";
const title = capitalizeTitle("acme is the best company", ["acme"]);
// This will result with "acme Is the Best Company"
FAQs
This package provides a utility function to capitalize titles according to (The Chicago Manual of Style.)[http://www.chicagomanualofstyle.org/]
The npm package @kickass-coderz/capitalize-title receives a total of 0 weekly downloads. As such, @kickass-coderz/capitalize-title popularity was classified as not popular.
We found that @kickass-coderz/capitalize-title demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.