@protobufjs/eventemitter
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -27,3 +27,3 @@ "use strict"; | ||
* @param {function} fn Listener | ||
* @param {Object} [ctx] Listener context | ||
* @param {*} [ctx] Listener context | ||
* @returns {util.EventEmitter} `this` | ||
@@ -30,0 +30,0 @@ */ |
{ | ||
"name": "@protobufjs/eventemitter", | ||
"description": "A minimal event emitter.", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"author": "Daniel Wirtz <dcode+protobufjs@dcode.io>", | ||
@@ -10,3 +10,5 @@ "repository": { | ||
}, | ||
"license": "BSD-3-Clause" | ||
"license": "BSD-3-Clause", | ||
"main": "index.js", | ||
"types": "index.d.ts" | ||
} |
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
6154
5
111