@types/jquery
Advanced tools
Comparing version 3.3.28 to 3.3.29
@@ -170,5 +170,8 @@ // tslint:disable:no-irregular-whitespace | ||
interface JQueryKeyEventObject extends JQueryInputEventObject { | ||
char: any; | ||
/** @deprecated */ | ||
char: string; | ||
/** @deprecated */ | ||
charCode: number; | ||
key: any; | ||
key: string; | ||
/** @deprecated */ | ||
keyCode: number; | ||
@@ -175,0 +178,0 @@ } |
{ | ||
"name": "@types/jquery", | ||
"version": "3.3.28", | ||
"version": "3.3.29", | ||
"description": "TypeScript definitions for jquery", | ||
@@ -128,4 +128,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "66b954d76234aeb59291076b1d3bbb9d50d0c634d84aa78b6703bdc349cb91fe", | ||
"typesPublisherContentHash": "071233c6e9934a76dcae8dca364b8a702492270644476df618bccad27a3c7af1", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 18 Dec 2018 21:15:12 GMT | ||
* Last updated: Tue, 25 Dec 2018 21:10:47 GMT | ||
* Dependencies: @types/sizzle | ||
@@ -14,0 +14,0 @@ * Global values: $, Symbol, jQuery |
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
1099006
33014