Socket
Socket
Sign inDemoInstall

@swapkit/helpers

Package Overview
Dependencies
Maintainers
0
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swapkit/helpers - npm Package Compare versions

Comparing version 0.0.0-nightly-20240905105936 to 0.0.0-nightly-20240906091638

18

package.json

@@ -5,12 +5,12 @@ {

"dependencies": {
"@swapkit/contracts": "0.0.0-nightly-20240905105936",
"@swapkit/tokens": "0.0.0-nightly-20240905105936"
"@swapkit/contracts": "0.0.0-nightly-20240906091638",
"@swapkit/tokens": "0.0.0-nightly-20240906091638"
},
"devDependencies": {
"@swapkit/toolbox-cosmos": "0.0.0-nightly-20240905105936",
"@swapkit/toolbox-evm": "0.0.0-nightly-20240905105936",
"@swapkit/toolbox-radix": "0.0.0-nightly-20240905105936",
"@swapkit/toolbox-solana": "0.0.0-nightly-20240905105936",
"@swapkit/toolbox-substrate": "0.0.0-nightly-20240905105936",
"@swapkit/toolbox-utxo": "0.0.0-nightly-20240905105936"
"@swapkit/toolbox-cosmos": "0.0.0-nightly-20240906091638",
"@swapkit/toolbox-evm": "0.0.0-nightly-20240906091638",
"@swapkit/toolbox-radix": "0.0.0-nightly-20240906091638",
"@swapkit/toolbox-solana": "0.0.0-nightly-20240906091638",
"@swapkit/toolbox-substrate": "0.0.0-nightly-20240906091638",
"@swapkit/toolbox-utxo": "0.0.0-nightly-20240906091638"
},

@@ -40,3 +40,3 @@ "files": [

"types": "./src/index.ts",
"version": "0.0.0-nightly-20240905105936"
"version": "0.0.0-nightly-20240906091638"
}

@@ -50,2 +50,10 @@ import type { Chain } from "./chains";

chainflipBrokerUrl?: string;
/**
* @optional for setting the radix wallet
*/
radixDappConfig?: {
dAppDefinitionAddress: string;
applicationName: string;
applicationVersion: string;
};
};

@@ -52,0 +60,0 @@

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