Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

change-case-bundled

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

change-case-bundled

A browserify bundled web-friendly version of the change-case module with other case utilities included.

latest
Source
npmnpm
Version
1.1.4
Version published
Weekly downloads
63
70.27%
Maintainers
1
Weekly downloads
 
Created
Source

Change Case Bundled

NPM version Coverage Status Known Vulnerabilities Downloads Install Size Contributors Pull Requests Welcome

A browserify bundled web-friendly version of the change-case module with other case utilities included.

Documentation

View the original documentation here.

Web Usage

<script src="change-case-bundled.min.js"></script>

<script type="text/javascript">
	changeCase.camelCase("Nice Meme"); // => "niceMeme"
</script>

Node.js Usage

const changeCase = require("change-case-bundled");

changeCase.pascalCase("Door Stuck"); // => "DoorStuck"

Installation

To install this module:

npm install change-case-bundled

Building

To build the distribution files for this module:

npm run build

Keywords

change

FAQs

Package last updated on 27 Apr 2023

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