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

@accelbyte/sdk

Package Overview
Dependencies
Maintainers
2
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accelbyte/sdk - npm Package Compare versions

Comparing version
4.1.5
to
4.2.0
+2
-0
dist/cjs/node/index.cjs

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

this.axiosConfig.interceptors.push(...interceptors);
this.axiosInstance = this.createAxiosInstance();
return this;

@@ -575,2 +576,3 @@ }

console.error(msg, error);
this.zodError = error;
}

@@ -577,0 +579,0 @@ };

@@ -217,2 +217,3 @@ // src/polyfills/browser.ts

this.axiosConfig.interceptors.push(...interceptors);
this.axiosInstance = this.createAxiosInstance();
return this;

@@ -506,2 +507,3 @@ }

console.error(msg, error);
this.zodError = error;
}

@@ -508,0 +510,0 @@ };

@@ -224,2 +224,3 @@ // src/polyfills/node.ts

this.axiosConfig.interceptors.push(...interceptors);
this.axiosInstance = this.createAxiosInstance();
return this;

@@ -515,2 +516,3 @@ }

console.error(msg, error);
this.zodError = error;
}

@@ -517,0 +519,0 @@ };

@@ -344,2 +344,3 @@ import { AxiosRequestConfig, InternalAxiosRequestConfig, AxiosResponse, AxiosInstance, AxiosError } from 'axios';

declare class DecodeError extends Error {
zodError: ZodError;
constructor({ error, response, modelName }: {

@@ -346,0 +347,0 @@ error: ZodError;

+3
-3
{
"name": "@accelbyte/sdk",
"version": "4.1.5",
"version": "4.2.0",
"author": "AccelByte Inc",

@@ -52,3 +52,3 @@ "license": "SEE LICENSE IN LICENSE",

"@accelbyte/validator": "0.2.30",
"axios": "1.8.4",
"axios": "1.12.0",
"buffer": "6.0.3",

@@ -60,3 +60,3 @@ "crypto-js": "4.2.0",

"uuid": "8.3.2",
"validator": "13.7.0",
"validator": "13.15.20",
"ws": "8.18.0",

@@ -63,0 +63,0 @@ "zod": "3.23.8"

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

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

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

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