@types/mousetrap
Advanced tools
Comparing version 1.6.14 to 1.6.15
@@ -13,2 +13,3 @@ declare namespace Mousetrap { | ||
keys: string | string[], | ||
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type | ||
callback: (e: ExtendedKeyboardEvent, combo: string) => boolean | void, | ||
@@ -15,0 +16,0 @@ action?: string, |
{ | ||
"name": "@types/mousetrap", | ||
"version": "1.6.14", | ||
"version": "1.6.15", | ||
"description": "TypeScript definitions for mousetrap", | ||
@@ -38,4 +38,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mousetrap", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "13d9a0ccf83a0ba36bd2e21ee88b788d8aaccf1db94610851ac9897e82b7d4b0", | ||
"typesPublisherContentHash": "c181de473322f4914ce1e00175050eeb1bc1c795d246b263fd03abc1bf94b165", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT | ||
* Last updated: Wed, 22 Nov 2023 00:24:48 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,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
5248
58