
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@findeth/secp256k1
Advanced tools
@findeth/secp256k1
@findeth/secp256k1
is a tiny SECP256k1 and ECDSA implementation used by FindETH. It is used in the desktop, web and CLI applications, that can be found here:
Note: This is a work-in-progress version of FindETH, and is not production-ready. For the current version of FindETH, please refer to this repository.
You can install @findeth/secp256k1
with Yarn (recommended) or NPM:
$ yarn add @findeth/secp256k1
$ npm install @findeth/secp256k1
TODO
Install dependencies with yarn
:
$ yarn
To run automated tests, use the test
script:
$ yarn run test
To build the library, use the build
script:
$ yarn run build
FAQs
Tiny SECP256k1 and ECDSA implementation
We found that @findeth/secp256k1 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 CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.