Socket
Socket
Sign inDemoInstall

camel-2-dash

Package Overview
Dependencies
1
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    camel-2-dash

transform a string from camelCase to dash-style


Version published
Weekly downloads
90
increased by26.76%
Maintainers
1
Install size
13.9 kB
Created
Weekly downloads
 

Changelog

Source

v0.1.0

  • Features
    • first working version - 63bccd2, [Roy Riojas](https://github.com/Roy Riojas), 23/08/2015 20:46:43

Readme

Source

NPM Version Build Status

camel-2-dash

transform a string from camelCase to dash-style

Install

npm i --save camel-2-dash

Usage

var camel2Dash = require('camel-2-dash');

var str = 'camelCaseStr';

console.log(camel2Dash(str)) // ==> camel-case-str

Lincense

MIT

Changelog

Keywords

FAQs

Last updated on 24 Aug 2015

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc