Socket
Socket
Sign inDemoInstall

json-case-convertor

Package Overview
Dependencies
1
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.4.0

4

index.js

@@ -21,3 +21,3 @@ //License Type: ISC

case 'upper':
newKey = _.upperCase(origKey)
newKey = _.toUpper(origKey)
break;

@@ -34,3 +34,3 @@ case'constant':

case 'lower':
newKey = _.lowerCase(origKey)
newKey = _.toLower(origKey)
break;

@@ -37,0 +37,0 @@ case 'sentence':

{
"name": "json-case-convertor",
"version": "1.3.0",
"version": "1.4.0",
"description": "JsonCaseConvertor can handle literraly any json object for case convertion. \r ## Features",

@@ -5,0 +5,0 @@ "main": "index.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