New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

randomuppercase

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

randomuppercase

A simple random UpperCase tool

latest
npmnpm
Version
0.1.7
Version published
Maintainers
1
Created
Source

randomuppercase

What's this?

A simple tool to change lowercase letter to uppercase letter randomly in string.

Tips: This package was actually on npmjs.org for a few years, but due to a mistake by npmjs, it was deleted and could not be restored. npmjs suggested that I should re-upload it.

How to use

First, install it from NPM

npm install randomuppercase

Second, import & code

const ruc = require("randomuppercase");
console.log(ruc("abcd1234"));

Tips

The length of the string should be long than 5. license MIT

Keywords

random

FAQs

Package last updated on 15 Aug 2022

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