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

@discordjs/collection

Package Overview
Dependencies
Maintainers
2
Versions
1195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@discordjs/collection - npm Package Compare versions

Comparing version 2.1.2-dev.1731370312-b8f5a6829 to 2.1.2-dev.1731413115-e2df0e0db

2

dist/index.d.ts

@@ -375,3 +375,2 @@ /**

* The sort method sorts the items of a collection in place and returns it.
* The sort is not necessarily stable in Node 10 or older.
* The default sort order is according to string Unicode code points.

@@ -483,3 +482,2 @@ *

* The sorted method sorts the items of a collection and returns it.
* The sort is not necessarily stable in Node 10 or older.
* The default sort order is according to string Unicode code points.

@@ -486,0 +484,0 @@ *

4

dist/index.js

@@ -386,3 +386,2 @@ "use strict";

* The sort method sorts the items of a collection in place and returns it.
* The sort is not necessarily stable in Node 10 or older.
* The default sort order is according to string Unicode code points.

@@ -551,3 +550,2 @@ *

* The sorted method sorts the items of a collection and returns it.
* The sort is not necessarily stable in Node 10 or older.
* The default sort order is according to string Unicode code points.

@@ -597,3 +595,3 @@ *

// src/index.ts
var version = "2.1.2-dev.1731370312-b8f5a6829";
var version = "2.1.2-dev.1731413115-e2df0e0db";
// Annotate the CommonJS export names for ESM import in node:

@@ -600,0 +598,0 @@ 0 && (module.exports = {

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@discordjs/collection",
"version": "2.1.2-dev.1731370312-b8f5a6829",
"version": "2.1.2-dev.1731413115-e2df0e0db",
"description": "Utility data structure used in discord.js",

@@ -65,4 +65,4 @@ "exports": {

"vitest": "^2.0.5",
"@discordjs/api-extractor": "^7.38.1",
"@discordjs/scripts": "^0.1.0"
"@discordjs/scripts": "^0.1.0",
"@discordjs/api-extractor": "^7.38.1"
},

@@ -69,0 +69,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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