Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
edge-currency-ethereum
Advanced tools
Implements Bitcoin send/receive functionality per the spec for crypto currency plugins for airbitz-core-js
npm i edge-currency-ethereum -s
import { ethereumCurrencyPluginFactory } from `edge-currency-ethereum`
Now you can pass ethereumCurrencyPluginFactory
to edge-core-js
.
const context = makeEdgeContext({
apiKey: YOUR_API_KEY,
plugins: [ ethereumCurrencyPluginFactory ]
})
You'll need to install Yarn 1.3.2 globally on your machine
To run a local version of this repo inside the full Edge Wallet app, clone this repo at the same level as edge-react-gui
git clone git@github.com:Airbitz/edge-currency-ethereum.git`
cd edge-currency-ethereum
yarn
Run npm run test
to run the unit tests.
To use the local cloned version of this repo, cd edge-react-gui
and run
npm run updot edge-currency-ethereum
npm run postinstall
This will copy the necessary files from edge-currency-ethereum
into the edge-react-gui/node_modules/edge-currency-ethereum
replacing the npm installed version. This needs to be done after any modifications to edge-currency-ethereum
BSD 3
FAQs
Edge Ethereum currency plugin
The npm package edge-currency-ethereum receives a total of 8 weekly downloads. As such, edge-currency-ethereum popularity was classified as not popular.
We found that edge-currency-ethereum demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.