eventemitter3
Advanced tools
Comparing version 4.0.4 to 4.0.5
@@ -97,3 +97,3 @@ /** | ||
| symbol | ||
| { [K in string | symbol]: any[] | ((...args: any[]) => void) }; | ||
| { [K in string | symbol]: any[] | ((...args: any[]) => void) | undefined }; | ||
@@ -100,0 +100,0 @@ export type EventNames<T extends ValidEventTypes> = T extends string | symbol |
{ | ||
"name": "eventemitter3", | ||
"version": "4.0.4", | ||
"version": "4.0.5", | ||
"description": "EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.", | ||
@@ -47,11 +47,11 @@ "main": "index.js", | ||
"devDependencies": { | ||
"assume": "~2.2.0", | ||
"browserify": "~16.5.0", | ||
"mocha": "~7.1.0", | ||
"nyc": "~15.0.0", | ||
"pre-commit": "~1.2.0", | ||
"sauce-browsers": "~2.0.0", | ||
"sauce-test": "~1.3.3", | ||
"uglify-js": "~3.9.0" | ||
"assume": "^2.2.0", | ||
"browserify": "^16.5.0", | ||
"mocha": "^8.0.1", | ||
"nyc": "^15.1.0", | ||
"pre-commit": "^1.2.0", | ||
"sauce-browsers": "^2.0.0", | ||
"sauce-test": "^1.3.3", | ||
"uglify-js": "^3.9.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
37792