Socket
Socket
Sign inDemoInstall

blizzapi

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blizzapi - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

2

dist/lib/classes/BlizzAPI.d.ts

@@ -28,3 +28,5 @@ import BattleNetAPI from './abstract/BattleNetAPI';

static isSc2RealmValidForRegionId: (sc2Realm: string | number, regionId: string | number) => boolean;
static getDefaultLocaleNameForRegionId: (regionId: string | number) => string;
static getAllDefaultLocaleNames: () => import("../../../@interfaces").RegionIdProperties<string>;
}
//# sourceMappingURL=BlizzAPI.d.ts.map

@@ -70,3 +70,5 @@ "use strict";

BlizzAPI.isSc2RealmValidForRegionId = utils.isSc2RealmValidForRegionId;
BlizzAPI.getDefaultLocaleNameForRegionId = utils.getDefaultLocaleNameForRegionId;
BlizzAPI.getAllDefaultLocaleNames = utils.getAllDefaultLocaleNames;
exports.default = BlizzAPI;
//# sourceMappingURL=BlizzAPI.js.map

2

package.json
{
"name": "blizzapi",
"version": "1.0.2",
"version": "1.1.0",
"description": "Flexible and feature-rich Node.js library for Blizzard Battle.net API",

@@ -5,0 +5,0 @@ "homepage": "https://blizzapi.lukem.net",

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