Socket
Socket
Sign inDemoInstall

@hapi/hapi

Package Overview
Dependencies
Maintainers
7
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hapi/hapi - npm Package Compare versions

Comparing version 21.3.5 to 21.3.6

6

lib/types/utils.d.ts

@@ -68,6 +68,6 @@ import * as https from 'https';

R extends ReturnValue<any> = ReturnValue<Refs>
> = <RouteRef extends Refs>(
> = (
this: MergeRefs<Refs>['Bind'],
request: Request<RouteRef>,
h: ResponseToolkit<RouteRef>,
request: Request<Refs>,
h: ResponseToolkit<Refs>,
err?: Error | undefined

@@ -74,0 +74,0 @@ ) => R;

@@ -5,3 +5,3 @@ {

"homepage": "https://hapi.dev",
"version": "21.3.5",
"version": "21.3.6",
"repository": "git://github.com/hapijs/hapi",

@@ -8,0 +8,0 @@ "main": "lib/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