Comparing version 2.1.6 to 2.1.7
@@ -5,3 +5,3 @@ { | ||
"description": "Map of keyboard codes", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"development": { | ||
@@ -8,0 +8,0 @@ "timoxley/assert": "*" |
declare interface CodesMap { | ||
[key: string]: number; | ||
}; | ||
} | ||
declare interface InverseCodesMap { | ||
[key: number]: string; | ||
}; | ||
} | ||
@@ -16,6 +16,6 @@ declare interface Keycode { | ||
names: InverseCodesMap; | ||
}; | ||
} | ||
declare var keycode: Keycode; | ||
export default keycode; | ||
export = keycode; |
{ | ||
"name": "keycode", | ||
"description": "Convert between keyboard keycodes and keynames and vice versa.", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "directories": { |
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
112654