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

@exodus/address-provider

Package Overview
Dependencies
Maintainers
0
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/address-provider - npm Package Compare versions

Comparing version 12.6.1 to 12.6.2

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [12.6.2](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/address-provider@12.6.1...@exodus/address-provider@12.6.2) (2024-11-18)
### Bug Fixes
- fix: disable address caching by default for receive addresses (#10471)
## [12.6.1](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/address-provider@12.6.0...@exodus/address-provider@12.6.1) (2024-11-10)

@@ -8,0 +14,0 @@

11

module/address-provider.js

@@ -360,3 +360,9 @@ import { Address, AddressSet } from '@exodus/models'

getReceiveAddress = async ({ assetName, walletAccount, purpose, useCache, multiAddressMode }) => {
getReceiveAddress = async ({
assetName,
walletAccount,
purpose,
useCache = false,
multiAddressMode,
}) => {
typeforce(

@@ -463,3 +469,3 @@ {

purpose,
useCache,
useCache = false,
}) => {

@@ -529,2 +535,3 @@ typeforce(

chainIndex,
useCache,
})

@@ -531,0 +538,0 @@

4

package.json
{
"name": "@exodus/address-provider",
"version": "12.6.1",
"version": "12.6.2",
"description": "Address provider for deriving and tracking used and unused addresses.",

@@ -92,3 +92,3 @@ "author": "Exodus Movement, Inc.",

},
"gitHead": "158d5a429c60b65dc3968a8f257fa67be706af68"
"gitHead": "1b1e72b104778282803092608ebd5646454bf656"
}
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