
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
asimple db is a db in json. it was writed for simplicity liked quick.db but more easier to install
it is simple to install (no module require)
it is simple to use
it is simple to read the data without a lot of code
$ npm install asimpledb
const asimpledb = require('asimpledb')
const db = new asimpledb('path/to/json/file',{init:true /* if the file doesnt exist */})
db.set("Data", "Anything you want here")
Write a string , an object or a array
// Output : Data : Anything you want here
db.get("Data")
Return the data you given
//Output : Anything you want here
return a boolean
db.has("Data")
//Output : true
db.has("Data1")
//Output : false
const asimpledb = require('asimpledb')
const db = new asimpledb('chemin/du/fichier/json',{init:true /* Si le fichier n'existe pas */})
db.set("Data", "Ce que vous voulez ici")
Écris une valeur sous la forme d'une chaine de caracètres, d'un objet ou d'un tableau
db.get("Data")
Retourne la donné que vous avez donné au préalable
db.has("Data")
//Output : true
db.has("Data1")
//Output : false
retourne une bouléen
FAQs
a simple db in json to install, to uses, to read
We found that asimpledb demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.

Research
A malicious package uses a QR code as steganography in an innovative technique.

Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.