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.2 to 0.0.3

2

lib/index.js

@@ -57,3 +57,3 @@ var Hoek = require('hoek'),

if (request.query.path &&
item.path.indexOf('/' + request.query.path + '/') !== 0 ) {
item.path.indexOf('/' + request.query.path) !== 0 ) {
return false;

@@ -60,0 +60,0 @@ }

{
"name": "hapi-swagger",
"description": "A swagger documentation UI generator plugin for hapi",
"version": "0.0.2",
"version": "0.0.3",
"author": "Glenn Jones",

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

Sorry, the diff of this file is not supported yet

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