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

@dynamic-labs/types

Package Overview
Dependencies
Maintainers
0
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 3.4.5 to 3.4.6

2

package.js
'use client'
var version = "3.4.5";
var version = "3.4.6";
export { version };
{
"name": "@dynamic-labs/types",
"version": "3.4.5",
"version": "3.4.6",
"repository": {

@@ -30,5 +30,5 @@ "type": "git",

"@dynamic-labs/sdk-api-core": "0.0.559",
"@dynamic-labs/assert-package-version": "3.4.5"
"@dynamic-labs/assert-package-version": "3.4.6"
},
"peerDependencies": {}
}

@@ -5,2 +5,3 @@ import { type NetworkConfiguration } from '@dynamic-labs/sdk-api-core';

networkId: number | string;
bech32Prefix?: string;
};

@@ -10,4 +11,5 @@ export type EvmNetwork = Omit<GenericNetwork, 'chainId'> & {

};
export type CosmosNetwork = EvmNetwork;
export type NetworkConfigurationMap = {
[key: string]: GenericNetwork[] | undefined;
};

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

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