@types/lodash 4.14.199 → 4.14.201
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.
- lodash/README.md +2 -3
- lodash/index.d.ts +0 -12
- lodash/package.json +19 -19
lodash/README.md
CHANGED
|
@@ -2,15 +2,14 @@
|
|
|
2
2
|
> `npm install --save @types/lodash`
|
|
3
3
|
|
|
4
4
|
# Summary
|
|
5
|
-
This package contains type definitions for
|
|
5
|
+
This package contains type definitions for lodash (https://lodash.com).
|
|
6
6
|
|
|
7
7
|
# Details
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Tue, 07 Nov 2023 20:08:00 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
|
-
* Global values: `_`
|
|
14
13
|
|
|
15
14
|
# Credits
|
|
16
15
|
These definitions were written by [Brian Zengel](https://github.com/bczengel), [Ilya Mochalov](https://github.com/chrootsu), [AJ Richardson](https://github.com/aj-r), [e-cloud](https://github.com/e-cloud), [Georgii Dolzhykov](https://github.com/thorn0), [Jack Moore](https://github.com/jtmthf), [Dominique Rau](https://github.com/DomiR), and [William Chelman](https://github.com/WilliamChelman).
|
lodash/index.d.ts
CHANGED
|
@@ -1,15 +1,3 @@
|
|
|
1
|
-
// Type definitions for Lo-Dash 4.14
|
|
2
|
-
// Project: https://lodash.com
|
|
3
|
-
// Definitions by: Brian Zengel <https://github.com/bczengel>
|
|
4
|
-
// Ilya Mochalov <https://github.com/chrootsu>
|
|
5
|
-
// AJ Richardson <https://github.com/aj-r>
|
|
6
|
-
// e-cloud <https://github.com/e-cloud>
|
|
7
|
-
// Georgii Dolzhykov <https://github.com/thorn0>
|
|
8
|
-
// Jack Moore <https://github.com/jtmthf>
|
|
9
|
-
// Dominique Rau <https://github.com/DomiR>
|
|
10
|
-
// William Chelman <https://github.com/WilliamChelman>
|
|
11
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
12
|
-
|
|
13
1
|
/// <reference path="./common/common.d.ts" />
|
|
14
2
|
/// <reference path="./common/array.d.ts" />
|
|
15
3
|
/// <reference path="./common/collection.d.ts" />
|
lodash/package.json
CHANGED
|
@@ -1,49 +1,49 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/lodash",
|
|
3
|
-
"version": "4.14.
|
|
4
|
-
"description": "TypeScript definitions for
|
|
3
|
+
"version": "4.14.201",
|
|
4
|
+
"description": "TypeScript definitions for lodash",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"contributors": [
|
|
8
8
|
{
|
|
9
9
|
"name": "Brian Zengel",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
10
|
+
"githubUsername": "bczengel",
|
|
11
|
+
"url": "https://github.com/bczengel"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"name": "Ilya Mochalov",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
15
|
+
"githubUsername": "chrootsu",
|
|
16
|
+
"url": "https://github.com/chrootsu"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
"name": "AJ Richardson",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"githubUsername": "aj-r",
|
|
21
|
+
"url": "https://github.com/aj-r"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"name": "e-cloud",
|
|
25
|
-
"
|
|
26
|
-
"
|
|
25
|
+
"githubUsername": "e-cloud",
|
|
26
|
+
"url": "https://github.com/e-cloud"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"name": "Georgii Dolzhykov",
|
|
30
|
-
"
|
|
31
|
-
"
|
|
30
|
+
"githubUsername": "thorn0",
|
|
31
|
+
"url": "https://github.com/thorn0"
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
34
|
"name": "Jack Moore",
|
|
35
|
-
"
|
|
36
|
-
"
|
|
35
|
+
"githubUsername": "jtmthf",
|
|
36
|
+
"url": "https://github.com/jtmthf"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
"name": "Dominique Rau",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
40
|
+
"githubUsername": "DomiR",
|
|
41
|
+
"url": "https://github.com/DomiR"
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
44
|
"name": "William Chelman",
|
|
45
|
-
"
|
|
46
|
-
"
|
|
45
|
+
"githubUsername": "WilliamChelman",
|
|
46
|
+
"url": "https://github.com/WilliamChelman"
|
|
47
47
|
}
|
|
48
48
|
],
|
|
49
49
|
"main": "",
|
|
@@ -55,6 +55,6 @@
|
|
|
55
55
|
},
|
|
56
56
|
"scripts": {},
|
|
57
57
|
"dependencies": {},
|
|
58
|
-
"typesPublisherContentHash": "
|
|
58
|
+
"typesPublisherContentHash": "a394c03496dc7a916ab83ff4abd5ddd1617f375cba6d051ee42f0370da8f2079",
|
|
59
59
|
"typeScriptVersion": "4.5"
|
|
60
60
|
}
|