@types/jquery 2.0.62 → 2.0.64

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 v2.0/README.md CHANGED
@@ -2,15 +2,14 @@
2
2
  > `npm install --save @types/jquery`
3
3
 
4
4
  # Summary
5
- This package contains type definitions for jQuery (http://jquery.com/).
5
+ This package contains type definitions for jquery (http://jquery.com/).
6
6
 
7
7
  # Details
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery/v2.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Fri, 15 Sep 2023 20:36:37 GMT
11
+ * Last updated: Tue, 07 Nov 2023 20:08:00 GMT
12
12
  * Dependencies: none
13
- * Global values: `$`, `jQuery`
14
13
 
15
14
  # Credits
16
15
  These definitions were written by [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), [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), [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), and [Leonard Thieu](https://github.com/leonard-thieu).
jquery v2.0/index.d.ts CHANGED
@@ -1,26 +1,3 @@
1
- // Type definitions for jQuery 2.0
2
- // Project: http://jquery.com/
3
- // Definitions by: Boris Yankov <https://github.com/borisyankov>
4
- // Christian Hoffmeister <https://github.com/choffmeister>
5
- // Steve Fenton <https://github.com/Steve-Fenton>
6
- // Diullei Gomes <https://github.com/Diullei>
7
- // Tass Iliopoulos <https://github.com/tasoili>
8
- // Sean Hill <https://github.com/seanski>
9
- // Guus Goossens <https://github.com/Guuz>
10
- // Kelly Summerlin <https://github.com/ksummerlin>
11
- // Basarat Ali Syed <https://github.com/basarat>
12
- // Nicholas Wolverson <https://github.com/nwolverson>
13
- // Derek Cicerone <https://github.com/derekcicerone>
14
- // Andrew Gaspar <https://github.com/AndrewGaspar>
15
- // Seikichi Kondo <https://github.com/seikichi>
16
- // Benjamin Jackman <https://github.com/benjaminjackman>
17
- // Josh Strobl <https://github.com/JoshStrobl>
18
- // John Reilly <https://github.com/johnnyreilly>
19
- // Dick van den Brink <https://github.com/DickvdBrink>
20
- // Thomas Schulz <https://github.com/King2500>
21
- // Leonard Thieu <https://github.com/leonard-thieu>
22
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
23
-
24
1
  /* *****************************************************************************
25
2
  Copyright (c) Microsoft Corporation. All rights reserved.
26
3
  Licensed under the Apache License, Version 2.0 (the "License"); you may not use
@@ -1,104 +1,104 @@
1
1
  {
2
2
  "name": "@types/jquery",
3
- "version": "2.0.62",
4
- "description": "TypeScript definitions for jQuery",
3
+ "version": "2.0.64",
4
+ "description": "TypeScript definitions for jquery",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery",
6
6
  "license": "MIT",
7
7
  "contributors": [
8
8
  {
9
9
  "name": "Boris Yankov",
10
- "url": "https://github.com/borisyankov",
11
- "githubUsername": "borisyankov"
10
+ "githubUsername": "borisyankov",
11
+ "url": "https://github.com/borisyankov"
12
12
  },
13
13
  {
14
14
  "name": "Christian Hoffmeister",
15
- "url": "https://github.com/choffmeister",
16
- "githubUsername": "choffmeister"
15
+ "githubUsername": "choffmeister",
16
+ "url": "https://github.com/choffmeister"
17
17
  },
18
18
  {
19
19
  "name": "Steve Fenton",
20
- "url": "https://github.com/Steve-Fenton",
21
- "githubUsername": "Steve-Fenton"
20
+ "githubUsername": "Steve-Fenton",
21
+ "url": "https://github.com/Steve-Fenton"
22
22
  },
23
23
  {
24
24
  "name": "Diullei Gomes",
25
- "url": "https://github.com/Diullei",
26
- "githubUsername": "Diullei"
25
+ "githubUsername": "Diullei",
26
+ "url": "https://github.com/Diullei"
27
27
  },
28
28
  {
29
29
  "name": "Tass Iliopoulos",
30
- "url": "https://github.com/tasoili",
31
- "githubUsername": "tasoili"
30
+ "githubUsername": "tasoili",
31
+ "url": "https://github.com/tasoili"
32
32
  },
33
33
  {
34
34
  "name": "Sean Hill",
35
- "url": "https://github.com/seanski",
36
- "githubUsername": "seanski"
35
+ "githubUsername": "seanski",
36
+ "url": "https://github.com/seanski"
37
37
  },
38
38
  {
39
39
  "name": "Guus Goossens",
40
- "url": "https://github.com/Guuz",
41
- "githubUsername": "Guuz"
40
+ "githubUsername": "Guuz",
41
+ "url": "https://github.com/Guuz"
42
42
  },
43
43
  {
44
44
  "name": "Kelly Summerlin",
45
- "url": "https://github.com/ksummerlin",
46
- "githubUsername": "ksummerlin"
45
+ "githubUsername": "ksummerlin",
46
+ "url": "https://github.com/ksummerlin"
47
47
  },
48
48
  {
49
49
  "name": "Basarat Ali Syed",
50
- "url": "https://github.com/basarat",
51
- "githubUsername": "basarat"
50
+ "githubUsername": "basarat",
51
+ "url": "https://github.com/basarat"
52
52
  },
53
53
  {
54
54
  "name": "Nicholas Wolverson",
55
- "url": "https://github.com/nwolverson",
56
- "githubUsername": "nwolverson"
55
+ "githubUsername": "nwolverson",
56
+ "url": "https://github.com/nwolverson"
57
57
  },
58
58
  {
59
59
  "name": "Derek Cicerone",
60
- "url": "https://github.com/derekcicerone",
61
- "githubUsername": "derekcicerone"
60
+ "githubUsername": "derekcicerone",
61
+ "url": "https://github.com/derekcicerone"
62
62
  },
63
63
  {
64
64
  "name": "Andrew Gaspar",
65
- "url": "https://github.com/AndrewGaspar",
66
- "githubUsername": "AndrewGaspar"
65
+ "githubUsername": "AndrewGaspar",
66
+ "url": "https://github.com/AndrewGaspar"
67
67
  },
68
68
  {
69
69
  "name": "Seikichi Kondo",
70
- "url": "https://github.com/seikichi",
71
- "githubUsername": "seikichi"
70
+ "githubUsername": "seikichi",
71
+ "url": "https://github.com/seikichi"
72
72
  },
73
73
  {
74
74
  "name": "Benjamin Jackman",
75
- "url": "https://github.com/benjaminjackman",
76
- "githubUsername": "benjaminjackman"
75
+ "githubUsername": "benjaminjackman",
76
+ "url": "https://github.com/benjaminjackman"
77
77
  },
78
78
  {
79
79
  "name": "Josh Strobl",
80
- "url": "https://github.com/JoshStrobl",
81
- "githubUsername": "JoshStrobl"
80
+ "githubUsername": "JoshStrobl",
81
+ "url": "https://github.com/JoshStrobl"
82
82
  },
83
83
  {
84
84
  "name": "John Reilly",
85
- "url": "https://github.com/johnnyreilly",
86
- "githubUsername": "johnnyreilly"
85
+ "githubUsername": "johnnyreilly",
86
+ "url": "https://github.com/johnnyreilly"
87
87
  },
88
88
  {
89
89
  "name": "Dick van den Brink",
90
- "url": "https://github.com/DickvdBrink",
91
- "githubUsername": "DickvdBrink"
90
+ "githubUsername": "DickvdBrink",
91
+ "url": "https://github.com/DickvdBrink"
92
92
  },
93
93
  {
94
94
  "name": "Thomas Schulz",
95
- "url": "https://github.com/King2500",
96
- "githubUsername": "King2500"
95
+ "githubUsername": "King2500",
96
+ "url": "https://github.com/King2500"
97
97
  },
98
98
  {
99
99
  "name": "Leonard Thieu",
100
- "url": "https://github.com/leonard-thieu",
101
- "githubUsername": "leonard-thieu"
100
+ "githubUsername": "leonard-thieu",
101
+ "url": "https://github.com/leonard-thieu"
102
102
  }
103
103
  ],
104
104
  "main": "",
@@ -110,6 +110,6 @@
110
110
  },
111
111
  "scripts": {},
112
112
  "dependencies": {},
113
- "typesPublisherContentHash": "d8a26e39bb075239deab04cfeaad04396b82e9af4d5e001053a68a97e93584e2",
113
+ "typesPublisherContentHash": "d59f7299d136a2fcf2e6cba6b56d64e302218bb509b12580ae9bbccf103740e2",
114
114
  "typeScriptVersion": "4.5"
115
115
  }