@types/lodash
Advanced tools
Comparing version 4.14.195 to 4.14.197
@@ -100,3 +100,3 @@ import _ = require("../index"); | ||
* | ||
* hough the ">" character is escaped for symmetry, characters like ">" and "/" don’t need escaping in HTML | ||
* Though the ">" character is escaped for symmetry, characters like ">" and "/" don’t need escaping in HTML | ||
* and have no special meaning unless they're part of a tag or unquoted attribute value. See Mathias Bynens’s | ||
@@ -103,0 +103,0 @@ * article (under "semi-related fun fact") for more details. |
@@ -34,13 +34,1 @@ // Type definitions for Lo-Dash 4.14 | ||
} | ||
// Backward compatibility with --target es5 | ||
declare global { | ||
// tslint:disable-next-line:no-empty-interface | ||
interface Set<T> { } | ||
// tslint:disable-next-line:no-empty-interface | ||
interface Map<K, V> { } | ||
// tslint:disable-next-line:no-empty-interface | ||
interface WeakSet<T> { } | ||
// tslint:disable-next-line:no-empty-interface | ||
interface WeakMap<K extends object, V> { } | ||
} |
{ | ||
"name": "@types/lodash", | ||
"version": "4.14.195", | ||
"version": "4.14.197", | ||
"description": "TypeScript definitions for Lo-Dash", | ||
@@ -58,4 +58,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "511fee61d6ee9c65fa58c2adfea8692c665eba179542b7f18eebfa3f216e5972", | ||
"typesPublisherContentHash": "f413615c1fea5df237b7a0c2d4724a00ecdbe6101520f421ad5340d3a29ab9dd", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 25 May 2023 20:34:17 GMT | ||
* Last updated: Wed, 09 Aug 2023 21:02:51 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `_` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
863030
19090