Comparing version 3.0.2 to 3.0.3
16
dot.js
/*global Map Promise Set*/ | ||
/*prettier-ignore*/ | ||
"use strict"; | ||
@@ -88,15 +90,14 @@ // Helper variables | ||
// | ||
var a1 = { | ||
var a1 = { sig: {} }, | ||
a2 = { sig: {} }, | ||
arg = { | ||
dot: r.dot, | ||
opts: o, | ||
prop: p, | ||
sig: {}, | ||
}, | ||
a2 = { sig: {} }, | ||
pa = after + period + p, | ||
pb = before + period + p | ||
for (var k in a1) { | ||
a2[k] = a2[k] || a1[k] | ||
} | ||
Object.assign(a1, arg) | ||
Object.assign(a2, arg) | ||
@@ -119,2 +120,5 @@ var promise = Promise.all([ | ||
}) | ||
.then(function() { | ||
return arg | ||
}) | ||
@@ -121,0 +125,0 @@ return a1.sig.value || a2.sig.value || promise |
{ | ||
"name": "dot-event", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Powerful event emitter", | ||
@@ -84,6 +84,2 @@ "keywords": [ | ||
], | ||
"semi": [ | ||
"error", | ||
"never" | ||
], | ||
"sort-keys": [ | ||
@@ -90,0 +86,0 @@ "error", |
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
8173
281