@types/jquery 3.5.7 → 3.5.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
jquery/JQuery.d.ts CHANGED
@@ -4526,9 +4526,9 @@ $( "*", document.body ).click(function( event ) {
4526
4526
  </html>
4527
4527
  ```
4528
4528
  */
4529
- get(index: number): TElement;
4529
+ get(index: number): TElement | undefined;
4530
4530
  /**
4531
- * Retrieve the elements matched by the jQuery object.
4531
+ * Retrieve the elements matched by the jQuery object. If the value of index is out of bounds — less than the negative number of elements or equal to or greater than the number of elements — it returns undefined.
4532
4532
  * @see \`{@link https://api.jquery.com/get/ }\`
4533
4533
  * @since 1.0
4534
4534
  * @example ​ ````Select all divs in the document and return the DOM Elements as an Array; then use the built-in reverse() method to reverse that array.
jquery/README.md CHANGED
@@ -8,9 +8,9 @@ This package contains type definitions for jquery (https://jquery.com).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 12 Oct 2021 17:31:32 GMT
11
+ * Last updated: Tue, 19 Oct 2021 19:31:21 GMT
12
12
  * Dependencies: [@types/sizzle](https://npmjs.com/package/@types/sizzle)
13
13
  * Global values: `$`, `Symbol`, `jQuery`
14
14
 
15
15
  # Credits
16
- These definitions were written by [Leonard Thieu](https://github.com/leonard-thieu), [Boris Yankov](https://github.com/borisyankov), [Christian Hoffmeister](https://github.com/choffmeister), [Steve Fenton](https://github.com/Steve-Fenton), [Diullei Gomes](https://github.com/Diullei), [Tass Iliopoulos](https://github.com/tasoili), [Jason Swearingen](https://github.com/jasons-novaleaf), [Sean Hill](https://github.com/seanski), [Guus Goossens](https://github.com/Guuz), [Kelly Summerlin](https://github.com/ksummerlin), [Basarat Ali Syed](https://github.com/basarat), [Nicholas Wolverson](https://github.com/nwolverson), [Derek Cicerone](https://github.com/derekcicerone), [Andrew Gaspar](https://github.com/AndrewGaspar), [Seikichi Kondo](https://github.com/seikichi), [Benjamin Jackman](https://github.com/benjaminjackman), [Poul Sorensen](https://github.com/s093294), [Josh Strobl](https://github.com/JoshStrobl), [John Reilly](https://github.com/johnnyreilly), [Dick van den Brink](https://github.com/DickvdBrink), [Thomas Schulz](https://github.com/King2500), [Terry Mun](https://github.com/terrymun), and [Martin Badin](https://github.com/martin-badin).
16
+ These definitions were written by [Leonard Thieu](https://github.com/leonard-thieu), [Boris Yankov](https://github.com/borisyankov), [Christian Hoffmeister](https://github.com/choffmeister), [Steve Fenton](https://github.com/Steve-Fenton), [Diullei Gomes](https://github.com/Diullei), [Tass Iliopoulos](https://github.com/tasoili), [Jason Swearingen](https://github.com/jasons-novaleaf), [Sean Hill](https://github.com/seanski), [Guus Goossens](https://github.com/Guuz), [Kelly Summerlin](https://github.com/ksummerlin), [Basarat Ali Syed](https://github.com/basarat), [Nicholas Wolverson](https://github.com/nwolverson), [Derek Cicerone](https://github.com/derekcicerone), [Andrew Gaspar](https://github.com/AndrewGaspar), [Seikichi Kondo](https://github.com/seikichi), [Benjamin Jackman](https://github.com/benjaminjackman), [Poul Sorensen](https://github.com/s093294), [Josh Strobl](https://github.com/JoshStrobl), [John Reilly](https://github.com/johnnyreilly), [Dick van den Brink](https://github.com/DickvdBrink), [Thomas Schulz](https://github.com/King2500), [Terry Mun](https://github.com/terrymun), [Martin Badin](https://github.com/martin-badin), and [Chris Frewin](https://github.com/princefishthrower).
jquery/index.d.ts CHANGED
@@ -23,6 +23,7 @@
23
23
  // Thomas Schulz <https://github.com/King2500>
24
24
  // Terry Mun <https://github.com/terrymun>
25
25
  // Martin Badin <https://github.com/martin-badin>
26
+ // Chris Frewin <https://github.com/princefishthrower>
26
27
  // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
27
28
  // TypeScript Version: 2.7
28
29
 
jquery/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/jquery",
3
- "version": "3.5.7",
3
+ "version": "3.5.8",
4
4
  "description": "TypeScript definitions for jquery",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery",
6
6
  "license": "MIT",
@@ -119,6 +119,11 @@
119
119
  "name": "Martin Badin",
120
120
  "url": "https://github.com/martin-badin",
121
121
  "githubUsername": "martin-badin"
122
+ },
123
+ {
124
+ "name": "Chris Frewin",
125
+ "url": "https://github.com/princefishthrower",
126
+ "githubUsername": "princefishthrower"
122
127
  }
123
128
  ],
124
129
  "main": "",
@@ -132,6 +137,6 @@
132
137
  "dependencies": {
133
138
  "@types/sizzle": "*"
134
139
  },
135
- "typesPublisherContentHash": "1f71ee2aefc114c42ae1a3374a4e5308cb14df34a9e9b189cbe42547c4b45eb6",
140
+ "typesPublisherContentHash": "7c5458315a43e1704026bb0b98c11b4e6bbe74fdccd14518f027e1cfc9da4b35",
136
141
  "typeScriptVersion": "3.7"
137
142
  }