@nodecraft/ini
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -98,4 +98,8 @@ 'use strict'; | ||
case 'true': | ||
case 'True': | ||
case 'TRUE': | ||
case 'false': | ||
case 'null': value = JSON.parse(value); | ||
case 'False': | ||
case 'FALSE': | ||
case 'null': value = JSON.parse(value.toLowerCase()); | ||
} | ||
@@ -102,0 +106,0 @@ |
{ | ||
"name": "@nodecraft/ini", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "An ini encoder/decoder for node", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
11760
196