arbitrary-emitter
Advanced tools
Comparing version 0.11.0 to 0.11.1
'use strict' | ||
function arbitrary () { | ||
module.exports = () => { | ||
const events = new Map() | ||
@@ -102,3 +102,1 @@ const actions = new Map() | ||
} | ||
module.exports = arbitrary |
{ | ||
"name": "arbitrary-emitter", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"description": "Event emitter with ES6 Map sugar for modern browsers and node.js", | ||
@@ -5,0 +5,0 @@ "main": "arbitrary-emitter.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
12521
243