
Security News
OpenClaw Skill Marketplace Emerges as Active Malware Vector
Security researchers report widespread abuse of OpenClaw skills to deliver info-stealing malware, exposing a new supply chain risk as agent ecosystems scale.
detect-case
Advanced tools
Detects the casing of the input string (camelcase, lowercase, snakecase etc).
Please consider following this project's author, Jon Schlinkert, and consider starring the project to show your :heart: and support.
Install with npm :
$ npm install --save detect-case
The main export is a function that takes a string as the only argument. To ensure correct results, don't pass a string with whitespace.
const detect = require('detect-case');
console.log(detect('foo')); // lowercase
console.log(detect('FOO')); // uppercase
console.log(detect('Foo')); // titlecase
console.log(detect('FooBar')); // pascalcase
console.log(detect('fooBar')); // camelcase
console.log(detect('foo_bar')); // snakecase
console.log(detect('FOO_BAR')); // uppersnake
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
$ npm install && npm test
(This project's readme.md is generated by verb, please don't edit the readme directly. Any changes to the readme must be made in the .verb.md readme template.)
To generate the readme, run the following command:
$ npm install -g verbose/verb#dev verb-generate-readme && verb
Jon Schlinkert
Copyright © 2021, Jon Schlinkert. Released under the MIT License.
This file was generated by verb-generate-readme, v0.8.0, on February 19, 2021.
FAQs
Detects the casing of the input string (camelcase, lowercase, snakecase etc).
The npm package detect-case receives a total of 8 weekly downloads. As such, detect-case popularity was classified as not popular.
We found that detect-case demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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.

Security News
Security researchers report widespread abuse of OpenClaw skills to deliver info-stealing malware, exposing a new supply chain risk as agent ecosystems scale.

Security News
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.