Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/jquery

Package Overview
Dependencies
Maintainers
1
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/jquery - npm Package Compare versions

Comparing version 3.3.28 to 3.3.29

7

jquery/legacy.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc