Socket
Socket
Sign inDemoInstall

title-case

Package Overview
Dependencies
3
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 1.0.0

.travis.yml

14

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

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

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

@@ -25,9 +29,9 @@ "bugs": {

"devDependencies": {
"istanbul": "^0.2.6",
"istanbul": "^0.3.0",
"mocha": "^1.18.2"
},
"dependencies": {
"sentence-case": "^0.1.1",
"upper-case": "0.0.1"
"sentence-case": "^1.0.0",
"upper-case": "^1.0.0"
}
}

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

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

@@ -23,1 +28,10 @@

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc