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 1.0.0 to 1.0.1

4

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

@@ -32,5 +32,5 @@ "main": "title-case.js",

"dependencies": {
"sentence-case": "^1.0.0",
"sentence-case": "^1.0.2",
"upper-case": "^1.0.0"
}
}

@@ -23,3 +23,4 @@ /* global describe, it */

assert.equal(titleCase('TestString'), 'Test String');
assert.equal(titleCase('TestString1_2_3'), 'Test String 1 2 3');
});
});
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