change-case
Advanced tools
Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "change-case", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Convert a string between camelCase, PascalCase, Title Case, snake_case and more.", | ||
@@ -24,25 +24,29 @@ "main": "change-case.js", | ||
], | ||
"author": "Blake Embrey", | ||
"author": { | ||
"name": "Blake Embrey", | ||
"email": "hello@blakeembrey.com", | ||
"url": "http://blakeembrey.me" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"istanbul": "^0.2.6", | ||
"istanbul": "^0.3.0", | ||
"mocha": "^1.18.2" | ||
}, | ||
"dependencies": { | ||
"camel-case": "^0.1.0", | ||
"constant-case": "^0.1.0", | ||
"dot-case": "^0.1.0", | ||
"is-lower-case": "0.0.1", | ||
"is-upper-case": "0.0.1", | ||
"lower-case": "0.0.1", | ||
"param-case": "^0.1.0", | ||
"pascal-case": "^0.1.1", | ||
"path-case": "^0.1.0", | ||
"sentence-case": "^0.1.1", | ||
"snake-case": "^0.1.1", | ||
"swap-case": "0.0.1", | ||
"title-case": "^0.1.0", | ||
"upper-case": "0.0.1", | ||
"upper-case-first": "0.0.1" | ||
"camel-case": "^1.0.0", | ||
"constant-case": "^1.0.0", | ||
"dot-case": "^1.0.0", | ||
"is-lower-case": "^1.0.0", | ||
"is-upper-case": "^1.0.0", | ||
"lower-case": "^1.0.0", | ||
"param-case": "^1.0.0", | ||
"pascal-case": "^1.0.0", | ||
"path-case": "^1.0.0", | ||
"sentence-case": "^1.0.0", | ||
"snake-case": "^1.0.0", | ||
"swap-case": "^1.0.0", | ||
"title-case": "^1.0.0", | ||
"upper-case": "^1.0.0", | ||
"upper-case-first": "^1.0.0" | ||
} | ||
} |
@@ -1,3 +0,8 @@ | ||
# change-case | ||
# Change Case | ||
[![NPM version][npm-image]][npm-url] | ||
[![Build status][travis-image]][travis-url] | ||
[![Test coverage][coveralls-image]][coveralls-url] | ||
[![Gittip][gittip-image]][gittip-url] | ||
Quickly convert strings between `camelCase`, `PascalCase`, `Title Case`, `snake_case`, `lowercase`, `UPPERCASE`, `CONSTANT_CASE` and more. | ||
@@ -156,1 +161,10 @@ | ||
MIT | ||
[npm-image]: https://img.shields.io/npm/v/change-case.svg?style=flat | ||
[npm-url]: https://npmjs.org/package/change-case | ||
[travis-image]: https://img.shields.io/travis/blakeembrey/change-case.svg?style=flat | ||
[travis-url]: https://travis-ci.org/blakeembrey/change-case | ||
[coveralls-image]: https://img.shields.io/coveralls/blakeembrey/change-case.svg?style=flat | ||
[coveralls-url]: https://coveralls.io/r/blakeembrey/change-case?branch=master | ||
[gittip-image]: https://img.shields.io/gittip/blakeembrey.svg?style=flat | ||
[gittip-url]: https://www.gittip.com/blakeembrey |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12283
7
170
+ Addedcamel-case@1.2.2(transitive)
+ Addedconstant-case@1.1.2(transitive)
+ Addeddot-case@1.1.2(transitive)
+ Addedis-lower-case@1.1.3(transitive)
+ Addedis-upper-case@1.1.2(transitive)
+ Addedlower-case@1.1.4(transitive)
+ Addedparam-case@1.1.2(transitive)
+ Addedpascal-case@1.1.2(transitive)
+ Addedpath-case@1.1.2(transitive)
+ Addedsentence-case@1.1.3(transitive)
+ Addedsnake-case@1.1.2(transitive)
+ Addedswap-case@1.1.2(transitive)
+ Addedtitle-case@1.1.2(transitive)
+ Addedupper-case@1.1.3(transitive)
+ Addedupper-case-first@1.1.2(transitive)
- Removedcamel-case@0.1.0(transitive)
- Removedconstant-case@0.1.0(transitive)
- Removeddot-case@0.1.0(transitive)
- Removedis-lower-case@0.0.1(transitive)
- Removedis-upper-case@0.0.1(transitive)
- Removedlower-case@0.0.1(transitive)
- Removedparam-case@0.1.0(transitive)
- Removedpascal-case@0.1.1(transitive)
- Removedpath-case@0.1.0(transitive)
- Removedsentence-case@0.1.2(transitive)
- Removedsnake-case@0.1.1(transitive)
- Removedswap-case@0.0.1(transitive)
- Removedtitle-case@0.1.0(transitive)
- Removedupper-case@0.0.1(transitive)
- Removedupper-case-first@0.0.1(transitive)
Updatedcamel-case@^1.0.0
Updatedconstant-case@^1.0.0
Updateddot-case@^1.0.0
Updatedis-lower-case@^1.0.0
Updatedis-upper-case@^1.0.0
Updatedlower-case@^1.0.0
Updatedparam-case@^1.0.0
Updatedpascal-case@^1.0.0
Updatedpath-case@^1.0.0
Updatedsentence-case@^1.0.0
Updatedsnake-case@^1.0.0
Updatedswap-case@^1.0.0
Updatedtitle-case@^1.0.0
Updatedupper-case@^1.0.0
Updatedupper-case-first@^1.0.0