@types/jquery 3.5.8 → 3.5.9
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/JQueryStatic.d.ts +1 -0
- jquery/README.md +1 -1
- jquery/package.json +3 -3
jquery/JQueryStatic.d.ts
CHANGED
|
@@ -13203,6 +13203,7 @@ $( "span:eq(3)" ).text( "" + jQuery.data( div, "test2" ) );
|
|
|
13203
13203
|
* @param str The string to trim.
|
|
13204
13204
|
* @see \`{@link https://api.jquery.com/jQuery.trim/ }\`
|
|
13205
13205
|
* @since 1.0
|
|
13206
|
+
* @deprecated Deprecated since 3.5. See \`{@link https://api.jquery.com/category/deprecated/deprecated-3.5/ }\`.
|
|
13206
13207
|
* @example ````Remove the white spaces at the start and at the end of the string.
|
|
13207
13208
|
```html
|
|
13208
13209
|
<!doctype html>
|
jquery/README.md
CHANGED
|
@@ -8,7 +8,7 @@ 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:
|
|
11
|
+
* Last updated: Mon, 22 Nov 2021 20:31:06 GMT
|
|
12
12
|
* Dependencies: [@types/sizzle](https://npmjs.com/package/@types/sizzle)
|
|
13
13
|
* Global values: `$`, `Symbol`, `jQuery`
|
|
14
14
|
|
jquery/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/jquery",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.9",
|
|
4
4
|
"description": "TypeScript definitions for jquery",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery",
|
|
6
6
|
"license": "MIT",
|
|
@@ -137,6 +137,6 @@
|
|
|
137
137
|
"dependencies": {
|
|
138
138
|
"@types/sizzle": "*"
|
|
139
139
|
},
|
|
140
|
-
"typesPublisherContentHash": "
|
|
141
|
-
"typeScriptVersion": "3.
|
|
140
|
+
"typesPublisherContentHash": "0ef0358b8d7fceaa9db874ca675f367c3e02492fbad18cfa03167eac4df0f819",
|
|
141
|
+
"typeScriptVersion": "3.8"
|
|
142
142
|
}
|