Comparing version 1.7.0 to 1.7.1
{ | ||
"name": "api-test", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"author": "Sitegui <sitegui@sitegui.com.br>", | ||
@@ -5,0 +5,0 @@ "description": "API testing made simple", |
@@ -59,2 +59,4 @@ 'use strict' | ||
pushStr('true', false, false, colors.key) | ||
} else if (value === undefined) { | ||
pushStr('undefined', false, false, colors.key) | ||
} else if (value === null) { | ||
@@ -61,0 +63,0 @@ pushStr('null', false, false, colors.key) |
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
60020
1769