Comparing version 0.1.15 to 0.1.16
{ | ||
"name": "autohost", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"description": "Resource-driven http server", | ||
@@ -5,0 +5,0 @@ "main": "src/autohost.js", |
@@ -10,3 +10,3 @@ var _ = require( 'lodash' ), | ||
Host.prototype.addAuthentication = function() { | ||
if( this.authenticate && this.authenticator.hasUsers ) { | ||
if( this.authenticator && this.authenticator.hasUsers ) { | ||
userCountCheck = this.authenticator.hasUsers; | ||
@@ -13,0 +13,0 @@ } |
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
1100795