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

json-case-convertor

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-case-convertor - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

8

index.js

@@ -83,2 +83,6 @@ //License Type: ISC

}
if (typeof value === 'string')
{
value = caseCondition(value, keyCase);
}
return value

@@ -118,2 +122,6 @@ })

}
if (typeof value === 'string')
{
value = caseCondition(value, keyCase);
}
return value

@@ -120,0 +128,0 @@ })

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -78,3 +78,3 @@ # JsonCaseConvertor

prize: 2000,
other: [ 'sample1', 'sample2' ],
other: [ 'sample_1', 'sample_2' ],
other2: { location: 'america', longitude1: 23.4, latitude1: 23.11 }

@@ -98,3 +98,3 @@ }

prize: 2000,
other: [ 'sample1', 'sample2' ],
other: [ 'sample_1', 'sample_2' ],
other_2: { location: 'america', longitude_1: 23.4, latitude_1: 23.11 }

@@ -101,0 +101,0 @@ }

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