Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

random-case

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

random-case

Simple library for randomizing the capitalization of all characters in a string.

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
20K
increased by1.17%
Maintainers
1
Weekly downloads
 
Created
Source

random-case

This is a simple library for randomly transforming the capitalization of all letters in a string.

Installation

In order to install the random-case library just run:

npm install --save random-case

Usage

var randomCase = require('random-case');

randomCase('testString');  // Outputs something like: tEsTSrinG

Notes

I created this library just for fun and I can't imagine how this could be useful for you. But if you do find it useful, please feel free to use it and modify it as you wish.

Keywords

FAQs

Package last updated on 06 Jun 2016

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc