Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@paradoxinfinite/convert-case
Advanced tools
A simple package to switch between multiple case standards effortlessly.
A simple package to switch between multiple case standards effortlessly.
Full docs available here.
While using the object related functions, make sure your object is not polluted with mixed cases for keys.
Errors, other than validations, are no longer thrown but console.error
ed. So, please be sure to check (error) logs before raising a bug on this.
npm install @paradoxinfinite/convert-case
# OR
npm i @paradoxinfinite/convert-case
const convertCase = require('@paradoxinfinite/convert-case');
// OR
import convertCase from '@paradoxinfinite/convert-case';
const camelCaseString = convertCase.snakeToCamel('hello_world');
console.log(camelCaseString);
// Outputs: helloWorld
Test Cases: I would really appreciate any help on writing test cases for this package. The more testing it gets, the better it will be.
Bug fixes and feature development: If you want to contribute to the code, feel free to raise a PR as long as it's a minor change. For a major change, please open an issue and discuss it out before you raise a PR or even get started with coding!
Feature requests: Feature requests will be great, raise an issue with the feature template to let me know what feature you would like added.
Documentation: Documentation and examples are also an amazing way to contribute, so if you notice any mistakes or want to add more content to the docs, you are more than welcome to!
FAQs
A simple package to switch between multiple case standards effortlessly.
The npm package @paradoxinfinite/convert-case receives a total of 0 weekly downloads. As such, @paradoxinfinite/convert-case popularity was classified as not popular.
We found that @paradoxinfinite/convert-case 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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.