@types/lodash 3.10.6 → 3.10.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.
lodash v3.10/LICENSE CHANGED
File without changes
lodash v3.10/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 Lo-Dash (http://lodash.com/).
5
+ This package contains type definitions for lodash (http://lodash.com/).
6
6
 
7
7
  # Details
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash/v3.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Thu, 25 May 2023 20:34:25 GMT
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), and [Ilya Mochalov](https://github.com/chrootsu).
lodash v3.10/index.d.ts CHANGED
@@ -1,8 +1,3 @@
1
- // Type definitions for Lo-Dash 3.10
2
- // Project: http://lodash.com/
3
- // Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>
4
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
-
6
1
  declare var _: _.LoDashStatic;
7
2
 
8
3
  declare namespace _ {
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@types/lodash",
3
- "version": "3.10.6",
4
- "description": "TypeScript definitions for Lo-Dash",
3
+ "version": "3.10.8",
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
- "url": "https://github.com/bczengel",
11
- "githubUsername": "bczengel"
10
+ "githubUsername": "bczengel",
11
+ "url": "https://github.com/bczengel"
12
12
  },
13
13
  {
14
14
  "name": "Ilya Mochalov",
15
- "url": "https://github.com/chrootsu",
16
- "githubUsername": "chrootsu"
15
+ "githubUsername": "chrootsu",
16
+ "url": "https://github.com/chrootsu"
17
17
  }
18
18
  ],
19
19
  "main": "",
@@ -25,6 +25,6 @@
25
25
  },
26
26
  "scripts": {},
27
27
  "dependencies": {},
28
- "typesPublisherContentHash": "183bf9d0dcbf864c67567168500832bb5c035d7eca2bffe93f8c5c2d9869822c",
29
- "typeScriptVersion": "4.3"
28
+ "typesPublisherContentHash": "252eda45d2d1ba6ab8bfd1497a4c2c8457fe2181cb6cd88cf318379dc0f83711",
29
+ "typeScriptVersion": "4.5"
30
30
  }