You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@exodus/address-provider

Package Overview
Dependencies
Maintainers
0
Versions
82
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

to
12.1.2

6

CHANGELOG.md

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

## [12.1.2](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/address-provider@12.1.1...@exodus/address-provider@12.1.2) (2024-08-07)
### Bug Fixes
- add multisigAtom to mock address provider deps ([#8260](https://github.com/ExodusMovement/exodus-hydra/issues/8260)) ([d22598c](https://github.com/ExodusMovement/exodus-hydra/commit/d22598c8af7da39c1073cdc3ed12cd0fb897d4b5))
## [12.1.1](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/address-provider@12.1.0...@exodus/address-provider@12.1.1) (2024-07-31)

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

1

module/mock.js

@@ -178,2 +178,3 @@ import addressCacheMemoryModuleDefinition from '@exodus/address-cache/module/memory'

'logger',
'multisigAtom?',
],

@@ -180,0 +181,0 @@ public: true,

4

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

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

},
"gitHead": "cc23db5aab343797b5fe048f24cb0a999eee2b2b"
"gitHead": "899a21a87924712a26b744bc8f8ffc7dcf48c2a7"
}