Socket
Socket
Sign inDemoInstall

camel-case

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

camel-case - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

camel-case.js

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

// Replace periods between numeric entities with an underscore.
.replace(/\./g, '_')
.replace(/(\d) (?=\d)/g, '$1_')
// Replace spaces between words with a string upper cased character.

@@ -15,0 +15,0 @@ .replace(/ (\w)/g, function (_, $1) {

{
"name": "camel-case",
"version": "1.0.1",
"version": "1.0.2",
"description": "Camel case a string",

@@ -32,4 +32,4 @@ "main": "camel-case.js",

"dependencies": {
"sentence-case": "^1.0.0"
"sentence-case": "^1.0.2"
}
}
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