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

yuri-ts-sdk

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yuri-ts-sdk - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

10

dist/index.d.ts

@@ -1,7 +0,7 @@

import { ethers } from 'ethers';
import { providers } from 'ethers';
declare function mintErc721(signer: ethers.JsonRpcSigner, contractAddress: string, tokenId: number, metadata: string): Promise<string>;
declare function account(signer: ethers.JsonRpcSigner, registryAddress: string, accountAddress: string, chainId: number, tokenContract: string, tokenId: string): Promise<string>;
declare function createAccount(signer: ethers.JsonRpcSigner, registryAddress: string, accountAddress: string, chainId: number, tokenContract: string, tokenId: string | number): Promise<string>;
declare function transfer(signer: ethers.JsonRpcSigner, tokenBoundAddress: string, tokenAddresss: string, toAddress: string, value: string): Promise<any>;
declare function mintErc721(signer: providers.JsonRpcSigner, contractAddress: string, tokenId: number, metadata: string): Promise<string>;
declare function account(signer: providers.JsonRpcSigner, registryAddress: string, accountAddress: string, chainId: number, tokenContract: string, tokenId: string): Promise<string>;
declare function createAccount(signer: providers.JsonRpcSigner, registryAddress: string, accountAddress: string, chainId: number, tokenContract: string, tokenId: string | number): Promise<string>;
declare function transfer(signer: providers.JsonRpcSigner, tokenBoundAddress: string, tokenAddresss: string, toAddress: string, value: string): Promise<any>;
declare const _default: {

@@ -8,0 +8,0 @@ mintErc721: typeof mintErc721;

{
"name": "yuri-ts-sdk",
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"packageManager": "pnpm@8.15.3",

@@ -44,3 +44,3 @@ "description": "_description_",

"dependencies": {
"ethers": "^6.12.1"
"ethers": "^5.6.9"
},

@@ -47,0 +47,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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