Comparing version 1.1.4 to 1.1.5
@@ -0,0 +0,0 @@ { |
@@ -21,2 +21,3 @@ export type TokenBucketError = string | ||
tryRemoveTokens(count: number): boolean | ||
getTokensRemaining(): number | ||
} |
exports.RateLimiter = require('./lib/rateLimiter'); | ||
exports.TokenBucket = require('./lib/tokenBucket'); |
@@ -0,0 +0,0 @@ var getMilliseconds = function() { |
@@ -0,0 +0,0 @@ var TokenBucket = require('./tokenBucket'); |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ Copyright (C) 2011 by John Hurliman |
{ | ||
"name": "limiter", | ||
"description": "A generic rate limiter for node.js. Useful for API clients, web crawling, or other tasks that need to be throttled", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"author": "John Hurliman <jhurliman@jhurliman.org>", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -0,0 +0,0 @@ # limiter # |
@@ -0,0 +0,0 @@ var vows = require('vows'); |
@@ -0,0 +0,0 @@ var vows = require('vows'); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23166
395