@types/collections
Advanced tools
Comparing version 5.0.1 to 5.0.2
{ | ||
"name": "@types/collections", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "TypeScript definitions for collections", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "db8037df736049a35a807f9e46965778fcce23d6a0962f8aa62161280787922c", | ||
"typesPublisherContentHash": "42dc5c0714349b7f15cfe3eabf7bb107c63620996b423c28715273d2047414ff", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 26 Nov 2019 23:20:32 GMT | ||
* Last updated: Fri, 27 Mar 2020 17:15:39 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Scarabe Dore (https://github.com/scarabedore). | ||
These definitions were written by [Scarabe Dore](https://github.com/scarabedore). |
@@ -75,2 +75,4 @@ declare namespace internal { | ||
export class SortedSet<T> extends AbstractSet { | ||
length: number; | ||
constructor( | ||
@@ -77,0 +79,0 @@ values?: T[], |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
7444
118
0