🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@dynamic-labs/types

Package Overview
Dependencies
Maintainers
1
Versions
683
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

to
4.20.1

2

package.js
'use client'
var version = "4.20.0";
var version = "4.20.1";
export { version };
{
"name": "@dynamic-labs/types",
"version": "4.20.0",
"version": "4.20.1",
"description": "A React SDK for implementing wallet web3 authentication and authorization to your website.",

@@ -22,5 +22,5 @@ "author": "Dynamic Labs, Inc.",

"@dynamic-labs/sdk-api-core": "0.0.681",
"@dynamic-labs/assert-package-version": "4.20.0"
"@dynamic-labs/assert-package-version": "4.20.1"
},
"peerDependencies": {}
}

@@ -8,1 +8,12 @@ export type IEVMTransaction = {

};
export type KernelAccountSettings = {
entryPoint: {
address: string;
version: string;
};
chainId: number;
ecdsaProviderType: string | null;
kernelVersion: string;
projectId: string;
enableEIP7702: boolean | void;
};

@@ -1,2 +0,2 @@

export { ProviderEnum, type Provider } from '@dynamic-labs/sdk-api-core';
export { ProviderEnum, type Provider, ZerodevBundlerProvider, } from '@dynamic-labs/sdk-api-core';
export * from './auth';

@@ -3,0 +3,0 @@ export * from './coinbase';

'use client'
import { assertPackageVersion } from '@dynamic-labs/assert-package-version';
import { version } from '../package.js';
export { ProviderEnum } from '@dynamic-labs/sdk-api-core';
export { ProviderEnum, ZerodevBundlerProvider } from '@dynamic-labs/sdk-api-core';
export { SocialOAuthErrorCode } from './oauth/index.js';

@@ -6,0 +6,0 @@ export { BaseWallet } from './wallets/BaseWallet.js';

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet