
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.
@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
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.