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

path-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

path-case - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

8

package.json
{
"name": "path-case",
"version": "1.1.0",
"version": "1.1.1",
"description": "Path case a string",

@@ -34,8 +34,8 @@ "main": "path-case.js",

"istanbul": "^0.3.0",
"mocha": "^1.18.2",
"pre-commit": "0.0.9"
"mocha": "^2.1.0",
"pre-commit": "^1.0.1"
},
"dependencies": {
"sentence-case": "^1.1.1"
"sentence-case": "^1.1.2"
}
}

@@ -11,3 +11,3 @@ var sentenceCase = require('sentence-case');

module.exports = function (string, locale) {
return sentenceCase(string, locale).replace(/ /g, '/');
return sentenceCase(string, locale, '/');
};
# Path Case
[![NPM version][npm-image]][npm-url]
[![NPM downloads][downloads-image]][downloads-url]
[![Build status][travis-image]][travis-url]

@@ -35,2 +36,4 @@ [![Test coverage][coveralls-image]][coveralls-url]

[npm-url]: https://npmjs.org/package/path-case
[downloads-image]: https://img.shields.io/npm/dm/path-case.svg?style=flat
[downloads-url]: https://npmjs.org/package/path-case
[travis-image]: https://img.shields.io/travis/blakeembrey/path-case.svg?style=flat

@@ -37,0 +40,0 @@ [travis-url]: https://travis-ci.org/blakeembrey/path-case

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