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

param-case

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

param-case

Param case a string

  • 1.1.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9.8M
decreased by-43%
Maintainers
1
Weekly downloads
 
Created

What is param-case?

The param-case package is a utility for converting text into 'param case', also known as 'kebab case', where words are lowercase and separated by hyphens. This is often used in URLs and file names.

What are param-case's main functionalities?

Convert to Param Case

Converts a string to param case (kebab case), making it lowercase with words separated by hyphens.

const { paramCase } = require('param-case');

const result = paramCase('stringToConvert');
// Output: 'string-to-convert'

Other packages similar to param-case

Keywords

FAQs

Package last updated on 16 Dec 2015

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