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

better-title-case

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

better-title-case - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.js

@@ -34,3 +34,3 @@ const { URL } = require('url');

}
catch (err) {
catch (error) {
return false;

@@ -37,0 +37,0 @@ }

{
"name": "better-title-case",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"files": [
"index.js",
"LICENSE.md"
],
"author": "Brad Dougherty <me@brad.is>",

@@ -24,5 +28,5 @@ "license": "MIT",

"ava": "^0.25.0",
"eslint-config-bdougherty": "^4.1.1",
"nyc": "^11.6.0",
"xo": "^0.20.3"
"eslint-config-bdougherty": "^5.1.1",
"nyc": "^13.1.0",
"xo": "^0.23.0"
},

@@ -29,0 +33,0 @@ "xo": {

@@ -1,2 +0,2 @@

# better-title-case
# better-title-case [![Build Status](https://travis-ci.org/bdougherty/better-title-case.svg?branch=master)](https://travis-ci.org/bdougherty/better-title-case)

@@ -3,0 +3,0 @@ > Convert a string to title case based on the [Daring Fireball](https://daringfireball.net/2008/05/title_case) rules.

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