idea-toolbox
Advanced tools
Comparing version 6.6.5 to 6.6.6
@@ -122,5 +122,5 @@ "use strict"; | ||
.map(x => (x || x === 0 ? castFunction(x) : defaultVal !== undefined ? defaultVal : null)) | ||
.filter(x => x); | ||
.filter(x => x || x === 0); | ||
} | ||
} | ||
exports.Resource = Resource; |
{ | ||
"name": "idea-toolbox", | ||
"version": "6.6.5", | ||
"version": "6.6.6", | ||
"description": "IDEA's utility functions", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
241878