
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.
@repositive/event-store
Advanced tools
An implementation of the event sourcing paradigm in Typescript.
Start by looking at the EventStore
class.
npm install
npm run compile
docker-compose up -d
npm test
docker-compose run integration_tests
The database is started at postgres://repositive:repositive@localhost:5433/event-store
. Run db.sql
(user/pass repositive
/repositive
) to create the table structure and test.sql
to add some sample data.
yarn doc
doc/index.html
in your favourite browser# Make sure we're deploying up to date master
git checkout master && git pull
# (optional) login to NPM
npm login
# Increment NPM version number
npm version major|minor|patch
# Publish to NPM
npm publish
FAQs
Event store implementation
We found that @repositive/event-store demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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.
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.