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.6.0 to 0.6.1

test/nickname-test.js

3

lib/index.js

@@ -272,2 +272,3 @@

responseMessages: routeOptions && routeOptions.responseMessages || [],
nickname: routeOptions && routeOptions.nickname || null,
payloadType: routeOptions && routeOptions.payloadType || null

@@ -406,3 +407,3 @@ };

"summary": route.description,
"nickname": route.path.replace(/\//gi, '').replace(/\{/gi, '').replace(/\}/gi, ''),
"nickname": route.nickname || route.path.replace(/\//gi, '').replace(/\{/gi, '').replace(/\}/gi, ''),
"notes": route.notes,

@@ -409,0 +410,0 @@ "type": 'void',

{
"name": "hapi-swagger",
"description": "A swagger documentation UI generator plugin for hapi",
"version": "0.6.0",
"version": "0.6.1",
"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