New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

indomitable

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

indomitable - npm Package Compare versions

Comparing version
3.0.2
to
3.0.3
+4
-4
dist/index.js

@@ -155,3 +155,3 @@ "use strict";

};
const listener = () => this.abortIdentify(shardId).catch(() => null);
const listener = () => this.abortIdentify(shardId);
try {

@@ -167,3 +167,3 @@ signal.addEventListener("abort", listener);

*/
async abortIdentify(shardId) {
abortIdentify(shardId) {
const content = {

@@ -174,3 +174,3 @@ op: "cancelIdentify" /* CANCEL_IDENTIFY */,

};
await this.shard.send({ content, repliable: false });
this.shard.send({ content, repliable: false }).catch(() => null);
}

@@ -761,3 +761,3 @@ };

const signal = this.signals.get(shardId);
signal?.abort();
signal?.abort(`Shard ${shardId} aborted the identify request`);
}

@@ -764,0 +764,0 @@ };

@@ -119,3 +119,3 @@ var __defProp = Object.defineProperty;

};
const listener = () => this.abortIdentify(shardId).catch(() => null);
const listener = () => this.abortIdentify(shardId);
try {

@@ -131,3 +131,3 @@ signal.addEventListener("abort", listener);

*/
async abortIdentify(shardId) {
abortIdentify(shardId) {
const content = {

@@ -138,3 +138,3 @@ op: "cancelIdentify" /* CANCEL_IDENTIFY */,

};
await this.shard.send({ content, repliable: false });
this.shard.send({ content, repliable: false }).catch(() => null);
}

@@ -725,3 +725,3 @@ };

const signal = this.signals.get(shardId);
signal?.abort();
signal?.abort(`Shard ${shardId} aborted the identify request`);
}

@@ -728,0 +728,0 @@ };

{
"name": "indomitable",
"version": "3.0.2",
"version": "3.0.3",
"description": "A lightweight (the actual ship is heavy though), performant, powerful & no dependency sharder for Discord.JS",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display