Research
Security News
Malicious PyPI Package ‘pycord-self’ Targets Discord Developers with Token Theft and Backdoor Exploit
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
expresscion
Advanced tools
Express.js middleware implementing the state machine as a service (SMaaS) protocol.
Expresscion is an open, cloud-friendly SCXML orchestration server.
Expresscion (formerly SCXMLD) provides Node.js express middleware which implements the State Machines as a Service (SMaaS) REST protocol.
Install PostgreSQL and Redis and set POSTGRES_URL and REDIS_URL in your environment.
You can clone this project boilerplate and run npm install
; or follow the instructions.
Init a new Node.js project with npm init
.
Create a new index.scxml
file in the project root.
Install expresscion as package dependency: npm install --save expresscion
Add to package.json:
"scripts": {
"start": "node_modules/expresscion/bin/www index.scxml"
},
Then run npm start
, and visit http://localhost:8002/ in your web browser.
Optionally, install command-line tools: https://github.com/JacobeanRnD/smaas-cli
Expresscion is designed to work well with existing devops tools. Here is how to deploy to heroku:
heroku create my-app
heroku git:remote -a my-app
heroku addons:create heroku-postgresql
heroku addons:create heroku-redis
heroku config:set POSTGRES_URL=`heroku config:get DATABASE_URL`
heroku config:set HOST_URL=https://my-app.herokuapp.com
git push heroku master
FAQs
Express.js middleware implementing the state machine as a service (SMaaS) protocol.
The npm package expresscion receives a total of 3 weekly downloads. As such, expresscion popularity was classified as not popular.
We found that expresscion 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.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.