Socket
Socket
Sign inDemoInstall

@blizzard-api/client

Package Overview
Dependencies
Maintainers
0
Versions
24
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 1.0.3 to 1.0.4

2

dist/index.d.ts

@@ -238,2 +238,2 @@ import { Origins, Locales, Resource, ResourceResponse } from '@blizzard-api/core';

export { type AccessToken, type AccessTokenRequestArguments, type ClientOptions, type IBlizzardApiClient, type ValidateAccessTokenArguments, type ValidateAccessTokenResponse, createBlizzardApiClient };
export { type AccessToken, type AccessTokenRequestArguments, type ClientOptions, type IBlizzardApiClient, type ValidateAccessTokenArguments, type ValidateAccessTokenResponse, createBlizzardApiClient, createBlizzardApiClient as default };

@@ -195,4 +195,4 @@ import { stringify } from 'querystring';

export { createBlizzardApiClient };
export { createBlizzardApiClient, createBlizzardApiClient as default };
//# sourceMappingURL=out.js.map
//# sourceMappingURL=index.js.map
{
"name": "@blizzard-api/client",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",

@@ -53,6 +53,6 @@ "author": "Putro",

"devDependencies": {
"@blizzard-api/classic-wow": "1.1.2",
"@blizzard-api/classic-wow": "1.1.3",
"@blizzard-api/core": "1.1.1",
"@blizzard-api/d3": "0.1.1",
"@blizzard-api/wow": "1.1.2"
"@blizzard-api/d3": "0.1.2",
"@blizzard-api/wow": "1.1.3"
},

@@ -59,0 +59,0 @@ "scripts": {

@@ -26,2 +26,4 @@ # @blizzard-api/client

import { createBlizzardApiClient } from '@blizzard-api/client';
//or
import createBlizzardApiClient from '@blizzard-api/client';
import { wow } from '@blizzard-api/wow';

@@ -28,0 +30,0 @@

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