New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@blizzard-api/core

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blizzard-api/core - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

11

dist/index.d.ts

@@ -56,3 +56,3 @@ /**

*/
type BlizzardNamespaces = 'dynamic-classic' | 'dynamic-classic1x' | 'dynamic' | 'profile' | 'static-classic' | 'static-classic1x' | 'static';
type BlizzardNamespaces = 'dynamic' | 'dynamic-classic' | 'dynamic-classic1x' | 'profile' | 'static' | 'static-classic' | 'static-classic1x';

@@ -78,2 +78,9 @@ /**

/**
* Represents a resource that requires a token to be requested
* @param Response The response type of the resource
* @param SearchOptions The search options that can be passed to the resource
*
*/
type ProtectedResource<Response, SearchOptions extends object = Record<string, never>> = Resource<Response, SearchOptions, true>;
/**
* Represents the response of a resource

@@ -137,2 +144,2 @@ * @param T The response type of the resource

export { type BaseSearchParameters, type BlizzardNamespaces, type ExtractResourceType, type Locales, type Origins, type Resource, type ResourceResponse, type SearchResponse, getBlizzardApi };
export { type BaseSearchParameters, type BlizzardNamespaces, type ExtractResourceType, type Locales, type Origins, type ProtectedResource, type Resource, type ResourceResponse, type SearchResponse, getBlizzardApi };

2

package.json
{
"name": "@blizzard-api/core",
"version": "1.1.2",
"version": "1.2.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": "Putro",

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