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

hapi-swagger

Package Overview
Dependencies
Maintainers
1
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi-swagger - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

4

lib/index.js

@@ -112,5 +112,9 @@ var Hoek = require('hoek'),

// filters route objects into simpler more useful form
internals.getRoutesData = function (routes) {
var routesData = [];
routes.forEach(function (route) {
// only include routes tagged routes
if(!route.settings.tags || route.settings.tags.indexOf('api') < 0) return;
routesData.push({

@@ -117,0 +121,0 @@ path: route.path,

2

package.json
{
"name": "hapi-swagger",
"description": "A swagger documentation UI generator plugin for hapi",
"version": "0.0.5",
"version": "0.0.6",
"author": "Glenn Jones",

@@ -6,0 +6,0 @@ "repository": {

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