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.
cool-text-package
Advanced tools
String.prototype.upperFirst
Write a function that uppercases the first character of stringString.prototype.lowerFirst
String.prototype.upperWord
Write a function that uppercases the first letter of each word in a stringString.prototype.upperWiggle
Write a function that uppercases every other letterString.prototype.removeSpaces
Write a function that removes all whitespace from a given stringString.prototype.trimSpaces
Write a function that removes only the extra whitespace from a given string (example: “ a b ” → “a b”
)String.prototype.allCaps
Write a function that makes all characters uppercase. (this is the same as .toUppercase())String.prototype.kababCase
Write a function that removes extra spaces and replaces spaces with the hyphen "-", and makes all characters lowercase.String.prototype.snakeCase
Removes extra space and replaces spaces with an underscore "_", and makes all characters lowercase.String.prototype.camelCase
Lowercases the first character of the first word. Then uppercases the first character of all other words, and removes all spaces.FAQs
these are amazing utilities that everyone should use.
The npm package cool-text-package receives a total of 0 weekly downloads. As such, cool-text-package popularity was classified as not popular.
We found that cool-text-package 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.