json-case-convertor
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -20,3 +20,3 @@ //License Type: ISC | ||
else if (keyCase == 'upper') { | ||
newKey = _.upperCase(origKey).replace(/ /g, '') | ||
newKey = _.upperCase(origKey) | ||
} | ||
@@ -33,3 +33,3 @@ else if (keyCase == 'constant') { | ||
else if (keyCase == 'lower') { | ||
newKey = _.lowerCase(origKey).replace(/ /g, '') | ||
newKey = _.lowerCase(origKey) | ||
} | ||
@@ -36,0 +36,0 @@ else if (keyCase == 'sentence') { |
{ | ||
"name": "json-case-convertor", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "JsonCaseConvertor can handle literraly any json object for case convertion. \r ## Features", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10828