This package has been deprecated

Author message:

Development of this module has been stopped.

random-kill

1.0.1 • Public • Published

random kill

Randomly kill your process

Usage

$ npm install --save random-kill
const randomKill = require('random-kill')
 
// call randomKill at some point preferably in a regularly used function
// or on a timer
 
app.post('/auth', (req, res) => {
  randomKill()
 
  // do auth stuff
  checkPassword()
    .then(login())
    .catch(sessionError)
})

Readme

Keywords

Package Sidebar

Install

npm i random-kill

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • roryrjb