
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
@exodus/available-assets
Advanced tools
This Exodus SDK feature tracks available assets, i.e. assets that the user can potentially enable via the UI.
This Exodus SDK feature tracks available assets, i.e. assets that the user can potentially enable via the UI.
yarn add @exodus/available-assets
This feature is designed to be used together with @exodus/headless. See using the sdk.
exodus.availableAssets.get() in the Dev Tools Console.selectors.availableAssets.all(store.getState()) in the Dev Tools Console.selectors.availableAssets.get(store.getState())('bitcoin') in the Dev Tools Console.selectors.availableAssets. See example usage in tests.See using the sdk for more details on how features plug into the SDK and the API interface in the type declaration.
If you're building a feature that requires knowing available assets, add a dependency on the availableAssetNamesAtom.
See using the sdk for more details on basic UI-side setup.
import selectors from '~/ui/flux/selectors'
const MyComponent = () => {
const bitcoin = useSelector((state) => selectors.availableAssets.get(state)('bitcoin'))
if (!bitcoin) return <div>Bitcoin is not supported</div>
}
FAQs
This Exodus SDK feature tracks available assets, i.e. assets that the user can potentially enable via the UI.
The npm package @exodus/available-assets receives a total of 1,657 weekly downloads. As such, @exodus/available-assets popularity was classified as popular.
We found that @exodus/available-assets demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.

Research
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.