@accelbyte/sdk
Advanced tools
+3
-3
| { | ||
| "name": "@accelbyte/sdk", | ||
| "version": "0.0.0-dev-20260320085237", | ||
| "version": "0.0.0-dev-20260326093546", | ||
| "author": "AccelByte Inc", | ||
@@ -47,7 +47,7 @@ "license": "SEE LICENSE IN LICENSE", | ||
| "tsup": "8.3.5", | ||
| "typescript": "5.5.4", | ||
| "typescript": "5.8.3", | ||
| "vitest": "3.1.1" | ||
| }, | ||
| "dependencies": { | ||
| "@accelbyte/validator": "0.0.0-dev-20260320085237", | ||
| "@accelbyte/validator": "0.0.0-dev-20260326093546", | ||
| "axios": "1.13.5", | ||
@@ -54,0 +54,0 @@ "buffer": "6.0.3", |
+3
-3
@@ -99,6 +99,6 @@ # AccelByte Gaming Services (AGS) TypeScript SDK | ||
| To retrieve data using a generated query, you can use one of the SDK's hooks. The query key used in invalidation can be found within the generated queries. | ||
| To retrieve data using a generated query, you can use one of the SDK's hooks. The query key used in invalidation can be found within the generated queries. To use the query, you need to append the import path with `/react-query`. | ||
| ```js | ||
| import { useUsersAdminApi_GetUsersMe_v3 } from '@accelbyte/sdk-iam' | ||
| import { useUsersAdminApi_GetUsersMe_v3 } from '@accelbyte/sdk-iam/react-query' | ||
@@ -125,3 +125,3 @@ const usersQuery = useUsersAdminApi_GetUsersMe_v3( | ||
| ```js | ||
| import { useUsersAdminApi_UpdateUser_v3 } from '@accelbyte/sdk-iam'; | ||
| import { useUsersAdminApi_UpdateUser_v3 } from '@accelbyte/sdk-iam/react-query'; | ||
| import { useQueryClient } from '@tanstack/react-query'; | ||
@@ -128,0 +128,0 @@ |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1330926
0.01%+ Added
- Removed