@types/collections
Advanced tools
Comparing version 5.1.2 to 5.1.3
{ | ||
"name": "@types/collections", | ||
"version": "5.1.2", | ||
"version": "5.1.3", | ||
"description": "TypeScript definitions for collections", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/collections", | ||
"license": "MIT", | ||
@@ -22,4 +23,4 @@ "contributors": [ | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "11267cc5b0d7f1fdefc968a43bb025840081bea7e10275d922f1767b32fcfb0b", | ||
"typeScriptVersion": "3.5" | ||
"typesPublisherContentHash": "d86a5ff607b703ad162a9c381a49ce9f8922bfbc7856122053f3c467142cecc1", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 24 May 2021 12:32:36 GMT | ||
* Last updated: Mon, 04 Sep 2023 15:40:59 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
@@ -17,3 +17,3 @@ declare const SortedSet: internal.SortedSetStatic; | ||
): SortedSet<T>; | ||
new <T>( | ||
new<T>( | ||
values?: T[], | ||
@@ -20,0 +20,0 @@ equals?: (a: T, b: T) => boolean, |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
8998
0