typed-emitter
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -30,2 +30,3 @@ type Arguments<T> = [T] extends [(...args: infer U) => any] | ||
off<E extends keyof Events>(event: E, listener: Events[E]): this | ||
removeAllListeners<E extends keyof Events> (event: E): this | ||
@@ -32,0 +33,0 @@ removeListener<E extends keyof Events> (event: E, listener: Events[E]): this |
{ | ||
"name": "typed-emitter", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"license": "MIT", | ||
@@ -13,6 +13,3 @@ "description": "Strictly typed event emitter interface for TypeScript 3.", | ||
"interface" | ||
], | ||
"peerDepedencies": { | ||
"typescript": ">= 3.0" | ||
} | ||
] | ||
} |
# Typed-Emitter | ||
[![NPM Version](https://img.shields.io/npm/v/typed-emitter.svg)](https://www.npmjs.com/package/typed-emitter) | ||
Strictly typed event emitter interface for **TypeScript 3**. | ||
@@ -4,0 +6,0 @@ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
4809
38
62
0