Socket
Socket
Sign inDemoInstall

camelcase-keys

Package Overview
Dependencies
4
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.1 to 7.0.2

2

index.js

@@ -55,3 +55,3 @@ 'use strict';

} else {
const returnValue = camelCase(key, {pascalCase});
const returnValue = camelCase(key, {pascalCase, locale: false});

@@ -58,0 +58,0 @@ if (key.length < 100) { // Prevent abuse

{
"name": "camelcase-keys",
"version": "7.0.1",
"version": "7.0.2",
"description": "Convert object keys to camel case",

@@ -53,3 +53,3 @@ "license": "MIT",

"dependencies": {
"camelcase": "^6.2.0",
"camelcase": "^6.3.0",
"map-obj": "^4.1.0",

@@ -56,0 +56,0 @@ "quick-lru": "^5.1.1",

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