express-queue

v0.0.13
Express middleware to limit a number of simultaneously processing requests using queue
express,middleware,mw,queue,limit,delay,simultaneous

_npm-audit

npm audit || echo ' *** Please check warnings above *** ' && npm audit --production --audit-level high && echo ' *** npm audit reported no high-level vulnerabilities for production configuration *** '

_deps-check

npm-check-updates --errorLevel 2

_deps-update

echo '* Updating packages versions... '; npm-check-updates -u --upgradeAll --errorLevel 1 && npm install

_check-changes

echo '* Checking if git directory is clean... '; bash -c '[[ -z $(git status -uno --porcelain) ]]'

update-deps

npm run _check-changes && npm run _deps-update && npm test && git commit -am 'updated deps'

lint

eslint -f unix .

inspect

jsinspect

pretest

npm run lint && npm run inspect && npm run _npm-audit && npm run _deps-check

__test

node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./test/*

test

npm run _test

_test

echo "Warning: no test specified" && exit 0

___test

echo "Error: no test specified" && exit 1

test-travis

npm run _test

_commit

git commit -am "commit by 'npm run commit'"

_push

git push --follow-tags

commit-and-push

npm run _commit && npm test && npm run _push

_patch-release

npm version patch && npm publish

_minor-release

npm version minor && npm publish

_major-release

npm version major && npm publish

patch-release

npm test && npm run _patch-release && npm run _push

minor-release

npm test && npm run _minor-release && npm run _push

__major-release

npm test && npm run _major-release && npm run _push

coverall

cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
npm i express-queue

Metadata

  • MIT
  • >=6
  • Alexander
  • released 3/31/2022

Downloads

Maintainers