New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

tickle

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tickle

request counter

latest
Source
npmnpm
Version
1.5.0
Version published
Weekly downloads
3.5K
-7.69%
Maintainers
1
Weekly downloads
 
Created
Source

tickle

NPM version Linux Status Windows Status Dependency Status Coveralls

Request counter for nodejs, independent for every route

Installation

Install through NPM

npm install tickle

or

git clone git://github.com/hex7c0/tickle.git

API

inside expressjs project

var tickle = require('tickle');

var app = require('express')();

app.use(tickle);

Class is stored inside global Object. One istance for environment.

global.tickle;

Methods

reset all counter

global.tickle.reset();

get time per request

global.tickle.tpr();

routing information are stored inside an Object

global.tickle.route;

Examples

Take a look at my examples

License GPLv3

Keywords

counter

FAQs

Package last updated on 30 Dec 2017

Did you know?

Socket

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.

Install

Related posts