Socket
Socket
Sign inDemoInstall

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.2.0-11 to 0.2.0-12

2

package.json
{
"name": "autohost",
"version": "0.2.0-11",
"version": "0.2.0-12",
"description": "Resource driven transport agnostic host",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -49,5 +49,7 @@ var path = require( 'path' ),

} );
_.each( wrapper.passport.getMiddleware( '/' ), function( m ) {
router.use( m.path, m.fn );
} );
if( wrapper.passport ) {
_.each( wrapper.passport.getMiddleware( '/' ), function( m ) {
router.use( m.path, m.fn );
} );
}
return router;

@@ -54,0 +56,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