Comparing version 0.1.0-a to 0.1.0-b
@@ -12,3 +12,3 @@ const Util = require('util'); | ||
this.checkInterval = +options.checkInterval; | ||
if (isNaN(checkInterval) || checkInterval <= 0) { | ||
if (isNaN(this.checkInterval) || this.checkInterval <= 0) { | ||
this.checkInterval = 1000; //NOTE: One second. | ||
@@ -15,0 +15,0 @@ } |
{ | ||
"name": "dddos", | ||
"version": "0.1.0-a", | ||
"version": "0.1.0-b", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# Configurable Denial-Of-Service prevention library | ||
The extra "D" means it is better than the `ddos` package. | ||
The extra D means it is better than the ddos package. | ||
@@ -5,0 +5,0 @@ ## Example |
9634