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

proper-case

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

proper-case

properly proper case personal names

latest
Source
npmnpm
Version
1.0.5
Version published
Weekly downloads
71
-26.04%
Maintainers
1
Weekly downloads
 
Created
Source

proper-case

Proper cases personal names.

Installation

npm install proper-case --save

Usage

properCase('string'); //=> "String"

Some benefits include:

  • fewer string transformations during datastore retrieval
  • proper casing up front rather than across multiple applications
  • keeping user input consistent

Features

  • trims
  • transforms
    • o'brien => O'Brien
    • jo-anne => Jo-Anne
    • dePaola => DePaola
    • ibn al-ahmed => Ibn Al-Ahmed

Requirements

  • assume user input completely disregards case

Keywords

proper

FAQs

Package last updated on 23 Apr 2017

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