@nuskin/events
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@nuskin/events", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "The description that will amaze and astound your audience when they read it", | ||
@@ -5,0 +5,0 @@ "main": "src/events.js", |
@@ -46,5 +46,5 @@ 'use strict' | ||
? value[0] | ||
: value | ||
? value | ||
: true | ||
: value === null || value === undefined | ||
? true | ||
: value | ||
} | ||
@@ -51,0 +51,0 @@ |
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
7378