Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dynamic-labs/types

Package Overview
Dependencies
Maintainers
1
Versions
536
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynamic-labs/types - npm Package Compare versions

Comparing version 0.17.16 to 0.17.100-viem.1

8

package.json
{
"name": "@dynamic-labs/types",
"version": "0.17.16",
"version": "0.17.100-viem.1",
"repository": {

@@ -29,5 +29,7 @@ "type": "git",

"dependencies": {
"@dynamic-labs/sdk-api": "0.0.198",
"ethers": "5.7.2"
"@dynamic-labs/sdk-api": "0.0.198"
},
"peerDependencies": {
"viem": "^1.1.0"
}
}

@@ -1,13 +0,12 @@

import { type ethers } from 'ethers';
import { TransactionReceipt, TransactionRequest } from 'viem';
export type WalletUiUtils = {
disabledConfirmationOnce: () => void;
sendTransaction: (props: {
handler: (transaction: ethers.utils.Deferrable<ethers.providers.TransactionRequest>) => Promise<ethers.providers.TransactionResponse>;
provider: ethers.providers.Web3Provider;
transaction: ethers.utils.Deferrable<ethers.providers.TransactionRequest>;
}) => Promise<ethers.providers.TransactionResponse>;
handler: (transaction: TransactionRequest) => Promise<TransactionReceipt>;
transaction: TransactionRequest;
}) => Promise<TransactionReceipt>;
signMessage: (props: {
handler: (message: string | ethers.utils.Bytes) => Promise<string>;
message: string | ethers.utils.Bytes;
handler: () => Promise<string>;
message: string | ArrayLike<number>;
}) => Promise<string>;
};
export * from './networks';
export * from './ethers';
export * from './oauth';

@@ -0,0 +0,0 @@ import { type NetworkConfiguration } from '@dynamic-labs/sdk-api';

export type SocialOAuthProvider = 'google' | 'facebook' | 'apple' | 'github' | 'bitbucket' | 'gitlab' | 'linkedin' | 'twitter' | 'discord' | 'twitch' | 'microsoft';

Sorry, the diff of this file is too big to display

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