New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hapi-route-manager

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi-route-manager - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

4

index.js

@@ -27,9 +27,5 @@ var walk = require("walk"),

console.log(filename);
// append the filenames route info
route = route + "/" + fileStats.name.replace(".route.js", "");
console.log(route);
if (!routeObject.config || !routeObject.config.nickname) {

@@ -36,0 +32,0 @@ if (fileStats.name.replace(".route.js", "") !== "index") {

2

package.json
{
"name": "hapi-route-manager",
"version": "1.0.5",
"version": "1.0.6",
"description": "(Under Development) Yet another route manager for versioned HAPI REST APIs",

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

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