@types/lodash 4.14.195 → 4.14.197

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 (https://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: Thu, 25 May 2023 20:34:17 GMT
11
+ * Last updated: Wed, 09 Aug 2023 21:02:51 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `_`
14
14
 
lodash/common/string.d.ts CHANGED
@@ -97,7 +97,7 @@ declare module "../index" {
97
97
  *
98
98
  * Note: No other characters are escaped. To escape additional characters use a third-party library like he.
99
99
  *
100
- * hough the ">" character is escaped for symmetry, characters like ">" and "/" don’t need escaping in HTML
100
+ * Though the ">" character is escaped for symmetry, characters like ">" and "/" don’t need escaping in HTML
101
101
  * and have no special meaning unless they're part of a tag or unquoted attribute value. See Mathias Bynens’s
102
102
  * article (under "semi-related fun fact") for more details.
103
103
  *
lodash/index.d.ts CHANGED
@@ -31,15 +31,3 @@ declare namespace _ {
31
31
  // tslint:disable-next-line no-empty-interface (This will be augmented)
32
32
  interface LoDashStatic {}
33
33
  }
34
-
35
- // Backward compatibility with --target es5
36
- declare global {
37
- // tslint:disable-next-line:no-empty-interface
38
- interface Set<T> { }
39
- // tslint:disable-next-line:no-empty-interface
40
- interface Map<K, V> { }
41
- // tslint:disable-next-line:no-empty-interface
42
- interface WeakSet<T> { }
43
- // tslint:disable-next-line:no-empty-interface
44
- interface WeakMap<K extends object, V> { }
45
- }
lodash/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/lodash",
3
- "version": "4.14.195",
3
+ "version": "4.14.197",
4
4
  "description": "TypeScript definitions for Lo-Dash",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash",
6
6
  "license": "MIT",
@@ -55,6 +55,6 @@
55
55
  },
56
56
  "scripts": {},
57
57
  "dependencies": {},
58
- "typesPublisherContentHash": "511fee61d6ee9c65fa58c2adfea8692c665eba179542b7f18eebfa3f216e5972",
58
+ "typesPublisherContentHash": "f413615c1fea5df237b7a0c2d4724a00ecdbe6101520f421ad5340d3a29ab9dd",
59
59
  "typeScriptVersion": "4.3"
60
60
  }