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

hapi-swagger

Package Overview
Dependencies
Maintainers
2
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 14.2.1 to 14.2.2

10

index.d.ts

@@ -56,4 +56,10 @@ import { Plugin } from '@hapi/hapi';

type SortEndpointsType = 'alpaha' | 'method' | 'ordered';
type SortEndpointsType = 'alpha' | 'method' | 'ordered';
type UiCompleteScriptObjectType {
src: string;
}
type UiCompleteScriptType = string | UiCompleteScriptObjectType
interface LicenseOptions {

@@ -368,3 +374,3 @@ /**

*/
uiCompleteScript?: string;
uiCompleteScript?: UiCompleteScriptType;

@@ -371,0 +377,0 @@ /**

2

package.json
{
"name": "hapi-swagger",
"description": "A swagger documentation UI generator plugin for hapi",
"version": "14.2.1",
"version": "14.2.2",
"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