
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
express-session-etcd3
Advanced tools
An ETCD v3 store adapter for express-session using etcd3 client.
An ETCD v3 store adapter for express-session using etcd3 client.
Install this package with all necessary peer dependencies:
npm install express-session-etcd3 express-session etcd3
Pass the necessary configuration to access your etcd v3 base into the Etcd3Store constructor as options:
var session = require('express-session');
var Etcd3Store = require('express-session-etcd3');
app.use(session({
store: new Etcd3Store(options),
secret: 'keyboard cat',
resave: false
}));
You can find all the available options at the documentation.
Our TypeDoc docs are available here.
Our test cases are also quite readable.
You can find all the steps at the Contributing Guide.
This project was easily bootstrapped with TypeScript library starter, thanks for sharing it!
FAQs
An ETCD v3 store adapter for express-session using etcd3 client.
We found that express-session-etcd3 demonstrated a not healthy version release cadence and project activity because the last version was released 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.