🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@blizzard-api/client

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blizzard-api/client - npm Package Compare versions

Comparing version
2.3.2
to
2.3.3
+2
-2
dist/index.d.ts

@@ -39,3 +39,3 @@ import { Locales, Origins, Resource, ResourceResponse, getBlizzardApi } from "@blizzard-api/core";

}
type AxiosCompatability<T$1> = T$1 & {
type AxiosCompatability<T> = T & {
/**

@@ -46,3 +46,3 @@ * @deprecated

*/
data: T$1;
data: T;
};

@@ -49,0 +49,0 @@ /**

{
"name": "@blizzard-api/client",
"version": "2.3.2",
"version": "2.3.3",
"license": "MIT",

@@ -43,3 +43,3 @@ "author": "Putro",

"dependencies": {
"ky": "1.13.0"
"ky": "1.14.0"
},

@@ -50,7 +50,7 @@ "peerDependencies": {

"devDependencies": {
"@blizzard-api/core": "2.1.1",
"@blizzard-api/d3": "1.0.5",
"@blizzard-api/hs": "1.0.5",
"@blizzard-api/core": "2.1.1",
"@blizzard-api/classic-wow": "2.1.3",
"@blizzard-api/sc2": "1.0.5",
"@blizzard-api/classic-wow": "2.1.3",
"@blizzard-api/wow": "2.1.0"

@@ -57,0 +57,0 @@ },