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 0.0.2 to 0.1.0

4

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

@@ -29,4 +29,4 @@ "main": "path-case.js",

"dependencies": {
"sentence-case": "0.0.2"
"sentence-case": "^0.1.1"
}
}

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

module.exports = function (string) {
return sentence(string).replace(/ /g, '/');
return sentence(string).replace(/ |\./g, '/');
};
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