Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

autohost

Package Overview
Dependencies
Maintainers
2
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autohost - npm Package Compare versions

Comparing version 0.1.15 to 0.1.16

2

package.json
{
"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 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc