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

@aresrpg/aresrpg-sdk

Package Overview
Dependencies
Maintainers
0
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aresrpg/aresrpg-sdk - npm Package Compare versions

Comparing version 5.0.3 to 5.0.4

2

package.json
{
"name": "@aresrpg/aresrpg-sdk",
"version": "5.0.3",
"version": "5.0.4",
"description": "General SDK to interract with AresRPG",

@@ -5,0 +5,0 @@ "type": "module",

@@ -86,3 +86,3 @@ import { KioskClient, Network } from '@mysten/kiosk'

async function verify_zk_signature(scope) {
function verify_zk_signature(scope) {
return async ({ bytes, signature, sender }) => {

@@ -89,0 +89,0 @@ const { data } = await gql_client.query({

@@ -166,12 +166,12 @@ export function SDK({ rpc_url, network, }: {

}) => import("@mysten/sui/transactions").Transaction;
verify_zk_personal_message: Promise<({ bytes, signature, sender }: {
verify_zk_personal_message: ({ bytes, signature, sender }: {
bytes: any;
signature: any;
sender: any;
}) => Promise<boolean>>;
verify_zk_signature: Promise<({ bytes, signature, sender }: {
}) => Promise<boolean>;
verify_zk_signature: ({ bytes, signature, sender }: {
bytes: any;
signature: any;
sender: any;
}) => Promise<boolean>>;
}) => Promise<boolean>;
/** @return {Promise<bigint>} balance */

@@ -178,0 +178,0 @@ get_sui_balance(owner: any): Promise<bigint>;

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