Comparing version 3.0.31 to 3.0.32
@@ -72,3 +72,3 @@ /*global Map Promise Set*/ | ||
} else if (out !== undefined) { | ||
s.value = out || s.value | ||
s.value = s.value || out | ||
} | ||
@@ -75,0 +75,0 @@ } |
{ | ||
"name": "dot-event", | ||
"version": "3.0.31", | ||
"version": "3.0.32", | ||
"description": "Powerful event emitter", | ||
@@ -25,9 +25,9 @@ "keywords": [ | ||
"devDependencies": { | ||
"eslint": "5.9.0", | ||
"eslint-config-prettier": "3.3.0", | ||
"eslint-plugin-prettier": "3.0.0", | ||
"husky": "1.2.0", | ||
"jest": "23.6.0", | ||
"lint-staged": "8.1.0", | ||
"prettier": "1.15.2" | ||
"eslint": "5.13.0", | ||
"eslint-config-prettier": "4.0.0", | ||
"eslint-plugin-prettier": "3.0.1", | ||
"husky": "1.3.1", | ||
"jest": "24.1.0", | ||
"lint-staged": "8.1.3", | ||
"prettier": "1.16.4" | ||
}, | ||
@@ -34,0 +34,0 @@ "operations": { |
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
16543