Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
3.0.0 (2021-09-20)
keyManagetGet
no longer returns private key dataKeyStore
no longer requires a SecretBox
KeyManagementSystem
needs a PrivateKeyStore
If you're already working with Veramo and wish to upgrade existing agents to veramo 3.0, you'll have to make some changes to your configuration, depending on how you're using the framework.
It boils down to these 3 steps:
SecretBox
parameter from KeyManager
PrivateKeyStore
parameter to KeyManagementSystem
with a SecretBox
that you were using before with KeyManager
(and keep the same encryption key)@veramo/data-store
package relies on typeorm
as a database abstraction.
Typeorm has a connection flag synchonize
which bootstraps the database along with schema and relations based on a set of Entities
(annotated typescript classes).
This is very handy for fast development iterations but it is not recommended for production use because there is too much ambiguity possible when the Entities
change, and there is a risk of data loss.
The recommended way to do things is to use the migrations
mechanism. It allows you to migrate to new database schemas when necessary, and even customize the database to your own needs.Going forward, this is the mechanism we will be recommending for connections.
FAQs
DID Agent Framework Core Logic & Interfaces.
The npm package daf-core receives a total of 11 weekly downloads. As such, daf-core popularity was classified as not popular.
We found that daf-core 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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.