Comparing version 0.1.0-b to 0.1.0
@@ -28,3 +28,3 @@ const Util = require('util'); | ||
DDDoS.prototype._check = function() { | ||
this.paths.forEach((path) => { this.paths.get(path).check(); }); | ||
this.paths.forEach((path) => { path.check(); }); | ||
this.rules.forEach((rule) => { rule.check(); }); | ||
@@ -31,0 +31,0 @@ }; |
{ | ||
"name": "dddos", | ||
"version": "0.1.0-b", | ||
"version": "0.1.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
9616