Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
@exodus/address-provider
Advanced tools
Address provider for deriving and tracking used and unused addresses.
This module derives addresses for assets from different wallet accounts. Addresses for software wallet accounts are encoded public keys that are derived from the seed using Keychain, whereas hardware wallet accounts use the public keys stored in the PublicKeyStore.
flowchart LR
A[Wallet] -->|getReceiveAddress\ngetChangeAddress\n...| B(AddressProvider)
B --> C[PublicKeyProvider]
C -->|software| D[Keychain]
C -->|hardware| E[PublicKeyStore]
yarn add @exodus/address-provider
import addressProvider from '@exodus/address-provider'
exodus.use(addressProvider())
const defaultAddress = await exodus.addressProvider.getAddress({
purpose, // Number, e.g. 44 for BIP 44, 84 for BIP84, etc
assetName,
walletAccount: walletAccountInstance,
chainIndex: 0,
addressIndex: 0,
})
// ...
FAQs
Address provider for deriving and tracking used and unused addresses.
The npm package @exodus/address-provider receives a total of 917 weekly downloads. As such, @exodus/address-provider popularity was classified as not popular.
We found that @exodus/address-provider demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.