New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.1 to 5.0.2

4

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

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