Socket
Socket
Sign inDemoInstall

camel-case

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

camel-case - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

.travis.yml

8

package.json
{
"name": "camel-case",
"version": "0.1.0",
"version": "1.0.0",
"description": "Camel case a string",

@@ -17,3 +17,7 @@ "main": "camel-case.js",

],
"author": "Blake Embrey",
"author": {
"name": "Blake Embrey",
"email": "hello@blakeembrey.com",
"url": "http://blakeembrey.me"
},
"license": "MIT",

@@ -20,0 +24,0 @@ "bugs": {

@@ -1,3 +0,8 @@

# camel-case
# Camel Case
[![NPM version][npm-image]][npm-url]
[![Build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![Gittip][gittip-image]][gittip-url]
Camel case a string.

@@ -7,3 +12,5 @@

```bash
### Node
```sh
npm install camel-case --save

@@ -17,5 +24,6 @@ ```

camelCase('string'); //=> "string"
camelCase('dot.case'); //=> "dotCase"
camelCase('PascalCase'); //=> "pascalCase"
camelCase('string'); //=> "string"
camelCase('dot.case'); //=> "dotCase"
camelCase('PascalCase'); //=> "pascalCase"
camelCase('version 1.2.10'); //=> "version1_2_10"
```

@@ -26,1 +34,10 @@

MIT
[npm-image]: https://img.shields.io/npm/v/camel-case.svg?style=flat
[npm-url]: https://npmjs.org/package/camel-case
[travis-image]: https://img.shields.io/travis/blakeembrey/camel-case.svg?style=flat
[travis-url]: https://travis-ci.org/blakeembrey/camel-case
[coveralls-image]: https://img.shields.io/coveralls/blakeembrey/camel-case.svg?style=flat
[coveralls-url]: https://coveralls.io/r/blakeembrey/camel-case?branch=master
[gittip-image]: https://img.shields.io/gittip/blakeembrey.svg?style=flat
[gittip-url]: https://www.gittip.com/blakeembrey
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