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

hapi-router

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi-router - npm Package Compare versions

Comparing version 3.4.0 to 3.4.1

3

lib/index.js

@@ -18,3 +18,4 @@ 'use strict'

files.forEach(function (file) {
server.route(require(globOptions.cwd + '/' + file))
var route = require(globOptions.cwd + '/' + file)
server.route(route.default || route)
})

@@ -21,0 +22,0 @@ })

{
"name": "hapi-router",
"version": "3.4.0",
"version": "3.4.1",
"description": "Opinionated route loader for hapi",

@@ -5,0 +5,0 @@ "main": "./lib",

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