Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/collections

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/collections - npm Package Compare versions

Comparing version 5.1.2 to 5.1.3

7

collections/package.json
{
"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,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc