@gquittet/graceful-server
Advanced tools
Comparing version 5.0.1-alpha2 to 5.0.1-alpha3
@@ -8,3 +8,3 @@ /// <reference types="node" resolution-mode="require"/> | ||
shutdown: (type: string, value: number, error?: Error) => Promise<void>; | ||
on: (name: string, callback: (...args: unknown[]) => void) => EventEmitter; | ||
on: (name: string, callback: (...args: any[]) => void) => EventEmitter; | ||
}; |
@@ -6,3 +6,3 @@ /// <reference types="node" resolution-mode="require"/> | ||
setReady: () => void; | ||
on: (name: string, callback: (...args: unknown[]) => void) => EventEmitter; | ||
on: (name: string, callback: (...args: any[]) => void) => EventEmitter; | ||
}; |
{ | ||
"name": "@gquittet/graceful-server", | ||
"version": "5.0.1-alpha2", | ||
"version": "5.0.1-alpha3", | ||
"description": "Tiny (~5k), dependency-free Node.JS library to make your API more graceful", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
23310