
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
dexie-cloud-addon
Advanced tools
The web client for Dexie Cloud.
npm install dexie@latest
npm install dexie-cloud-addon@latest
import Dexie from 'dexie';
import dexieCloud from 'dexie-cloud-addon';
const db = new Dexie('dbname', { addons: [dexieCloud]});
db.version(1).stores({
yourTable: '@primKeyProp, indexedProp1, indexedProp2, ...'
});
db.cloud.configure({
databaseUrl: 'https://<yourdb>.dexie.cloud'
})
https://dexie.org/cloud/docs/dexie-cloud-addon#api
Run the following command in a console / terminal:
npx dexie-cloud create
See also https://dexie.org/cloud/#getting-started
Having problems getting started, please file an issue
The official production service for Dexie Cloud Server is forever free of charge so you do not need to install any server to get started. The free service has some limits, see https://dexie.org/cloud/pricing
Dexie Cloud Server is a closed source software that can be purchased and installed on own hardware, see On-Prem Silver / On-Prem Gold
See https://dexie.org/cloud/docs/cli
FAQs
Dexie addon that syncs with to Dexie Cloud
The npm package dexie-cloud-addon receives a total of 84 weekly downloads. As such, dexie-cloud-addon popularity was classified as not popular.
We found that dexie-cloud-addon demonstrated a healthy version release cadence and project activity because the last version was released less than 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.