@types/lodash 4.14.118 → 4.14.119

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 CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for Lo-Dash (http://lodash.com/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash
9
9
 
10
10
  Additional Details
11
- * Last updated: Mon, 05 Nov 2018 20:39:19 GMT
11
+ * Last updated: Tue, 04 Dec 2018 21:32:32 GMT
12
12
  * Dependencies: none
13
13
  * Global values: _
14
14
 
lodash/common/lang.d.ts CHANGED
@@ -1020,7 +1020,7 @@ declare module "../index" {
1020
1020
 
1021
1021
  // isMatchWith
1022
1022
 
1023
- type isMatchWithCustomizer = (value: any, other: any, indexOrKey: PropertyName) => boolean;
1023
+ type isMatchWithCustomizer = (value: any, other: any, indexOrKey: PropertyName, object: object, source: object) => boolean;
1024
1024
 
1025
1025
  interface LoDashStatic {
1026
1026
  /**
lodash/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/lodash",
3
- "version": "4.14.118",
3
+ "version": "4.14.119",
4
4
  "description": "TypeScript definitions for Lo-Dash",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -58,6 +58,6 @@
58
58
  },
59
59
  "scripts": {},
60
60
  "dependencies": {},
61
- "typesPublisherContentHash": "08b90a070a1fbca9fa8216b7aee42eabf18fd112594afafb02b32647359a5480",
61
+ "typesPublisherContentHash": "7fed5fbfc26139d57cf40ffce7716a91e8343701cf12fe238051c81804c6de70",
62
62
  "typeScriptVersion": "2.6"
63
63
  }