Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@mooni/burner-plugin
Advanced tools
Allows transfering funds from you Burner Wallet to your bank account.
This plugin is using Mooni app.
A Burner Wallet have been deployed with this plugin included: Mooni Burner Wallet.
Install package:
yarn add @mooni/burner-plugin
Add plugin to Burner Wallet
import React from 'react';
import ReactDOM from 'react-dom';
import { eth, dai, usdc } from '@burner-wallet/assets';
import BurnerCore from '@burner-wallet/core';
import { LocalSigner } from '@burner-wallet/core/signers';
import { InfuraGateway } from '@burner-wallet/core/gateways';
import ModernUI from '@burner-wallet/modern-ui';
import MooniPlugin from '@mooni/burner-plugin';
const core = new BurnerCore({
signers: [new LocalSigner()],
gateways: [
new InfuraGateway(process.env.REACT_APP_INFURA_KEY),
],
assets: [eth, dai, usdc],
});
const BurnerWallet = () =>
<ModernUI
title="Mooni Burner Wallet"
core={core}
plugins={[new MooniPlugin()]}
/>
ReactDOM.render(<BurnerWallet />, document.getElementById('root'));
FAQs
Burner Wallet Plugin to transfer funds to your bank account
The npm package @mooni/burner-plugin receives a total of 0 weekly downloads. As such, @mooni/burner-plugin popularity was classified as not popular.
We found that @mooni/burner-plugin demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.