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

@onbeam/player-api-client

Package Overview
Dependencies
Maintainers
6
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onbeam/player-api-client - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

11

dist/index.d.ts

@@ -968,3 +968,5 @@ type ApiRequestOptions = {

user: {
id?: string | null;
entities: Array<{
entityId: string;
}>;
wallet: {

@@ -1062,5 +1064,3 @@ address: string;

data: Array<{
externalEntityId: string;
userId: string;
gameId: string;
id: string;
wallets: Array<{

@@ -1076,2 +1076,5 @@ id: string;

}>;
entities: Array<{
entityId: string;
}>;
}>;

@@ -1078,0 +1081,0 @@ pagination: {

@@ -26,3 +26,3 @@ {

},
"version": "1.2.5",
"version": "1.2.6",
"scripts": {

@@ -29,0 +29,0 @@ "generate": "pnpm generate:client && pnpm generate:barrels && pnpm build",

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