platform-detect
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -123,6 +123,6 @@ (function (global, factory) { | ||
}; | ||
function emit(name, value) { | ||
var emit = p.emit = function(name, value) { | ||
if (listeners[name]) | ||
listeners[name].forEach(listener => listener(value)); | ||
} | ||
}; | ||
@@ -129,0 +129,0 @@ |
{ | ||
"name": "platform-detect", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "🃏 Minimalistic isomorphic library for detection of platform, runtime, APIs and more.", | ||
@@ -5,0 +5,0 @@ "author": "Mike Kovarik", |
Sorry, the diff of this file is not supported yet
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
27617