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

header-case

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

header-case - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

README.md

2

header-case.js

@@ -12,5 +12,5 @@ var noCase = require('no-case')

module.exports = function (value, locale) {
return noCase(value, locale, '-').replace(/^.|\-./g, function (m) {
return noCase(value, locale, '-').replace(/^.|-./g, function (m) {
return upperCase(m, locale)
})
}
{
"name": "header-case",
"version": "1.0.0",
"version": "1.0.1",
"description": "Header case a string",

@@ -40,4 +40,4 @@ "main": "header-case.js",

"istanbul": "^0.4.3",
"mocha": "^2.2.1",
"standard": "^7.1.2"
"mocha": "^3.0.0",
"standard": "^9.0.1"
},

@@ -44,0 +44,0 @@ "dependencies": {

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