
Security News
Python Tools Are Quickly Adopting the New pylock.toml Standard
pip, PDM, pip-audit, and the packaging library are already adding support for Python’s new lock file format.
express-exorcism
Advanced tools
[](https://travis-ci.org/cavinsmith/express-exorcism) [](https://c
express-exorcism is an Express.js
Router
wrapper that helps to handle async routes.
NB: Minimal Node
version is 7.5.0
with --harmony
or 7.6.0
.
npm install express-exorcism --save
or
yarn add express-exorcism
Run espress-exorcism
once before first router usage.
e.g. right after fist express
require:
var express = require('express');
require('./lib/express-exorcism')(express);
var router = express.Router();
...
or es6
import express from 'express'
import exorcism from 'express-exorcism'
exorcism(express)
const router = express.Router();
...
Please file an issue on github!
FAQs
Express.js router wrapper for async routes
The npm package express-exorcism receives a total of 15 weekly downloads. As such, express-exorcism popularity was classified as not popular.
We found that express-exorcism 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
pip, PDM, pip-audit, and the packaging library are already adding support for Python’s new lock file format.
Product
Socket's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.
Security News
vlt adds real-time security selectors powered by Socket, enabling developers to query and analyze package risks directly in their dependency graph.