Socket
Socket
Sign inDemoInstall

camel-case

Package Overview
Dependencies
3
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 3.0.0

2

camel-case.js

@@ -16,3 +16,3 @@ var upperCase = require('upper-case')

if (!mergeNumbers) {
result = result.replace(/(\d) (?=\d)/g, '$1_')
result = result.replace(/ (?=\d)/g, '_')
}

@@ -19,0 +19,0 @@

{
"name": "camel-case",
"version": "2.1.0",
"version": "3.0.0",
"description": "Camel case a string",

@@ -5,0 +5,0 @@ "main": "camel-case.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc