New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hapi/glue

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hapi/glue - npm Package Compare versions

Comparing version 6.2.0 to 7.0.0

2

LICENSE.md

@@ -1,2 +0,2 @@

Copyright (c) 2012-2019, Sideway Inc, and project contributors
Copyright (c) 2012-2020, Sideway Inc, and project contributors
Copyright (c) 2012-2014, Walmart.

@@ -3,0 +3,0 @@ All rights reserved.

{
"name": "@hapi/glue",
"description": "Server composer for hapi.js",
"version": "6.2.0",
"version": "7.0.0",
"repository": {

@@ -10,2 +10,5 @@ "type": "git",

"main": "lib/index.js",
"files": [
"lib"
],
"keywords": [

@@ -19,10 +22,10 @@ "server",

"dependencies": {
"@hapi/hapi": "18.x.x",
"@hapi/hoek": "8.x.x",
"@hapi/joi": "16.x.x"
"@hapi/hapi": "19.x.x",
"@hapi/hoek": "9.x.x",
"@hapi/joi": "17.x.x"
},
"devDependencies": {
"@hapi/catbox-memory": "4.x.x",
"@hapi/code": "6.x.x",
"@hapi/lab": "20.x.x"
"@hapi/catbox-memory": "5.x.x",
"@hapi/code": "8.x.x",
"@hapi/lab": "22.x.x"
},

@@ -29,0 +32,0 @@ "scripts": {

@@ -1,25 +0,17 @@

<a href="http://hapijs.com"><img src="https://raw.githubusercontent.com/hapijs/assets/master/images/family.png" width="180px" align="right" /></a>
<a href="https://hapi.dev"><img src="https://raw.githubusercontent.com/hapijs/assets/master/images/family.png" width="180px" align="right" /></a>
# glue
# @hapi/glue
[![Build Status](https://travis-ci.org/hapijs/glue.svg)](https://travis-ci.org/hapijs/glue)
#### Server composer for hapi.js.
### A server composer for hapi.js.
**glue** is part of the **hapi** ecosystem and was designed to work seamlessly with the [hapi web framework](https://hapi.dev) and its other components (but works great on its own or with other frameworks). If you are using a different web framework and find this module useful, check out [hapi](https://hapi.dev) – they work even better together.
Glue provides configuration based composition of hapi's Server object. Specifically it wraps
### Visit the [hapi.dev](https://hapi.dev) Developer Portal for tutorials, documentation, and support
* `server = Hapi.server(Options)`
* `server.register(Plugins, Options)`
## Useful resources
calling each based on the configuration generated from the glue manifest.
### hapi version dependency
Version 6 supports hapi **v18**
Version 5 supports hapi **v17**
By default npm will resolve glue's dependency on hapi using the most recent supported version of hapi. To force a specific supported hapi version for your project, include hapi in your package dependencies along side of glue.
### Interface
glue's [API](API.md) is a single function `compose` accepting a JSON `manifest` specifying the hapi server options and registrations.
- [Documentation and API](https://hapi.dev/family/glue/)
- [Versions status](https://hapi.dev/resources/status/#glue) (builds, dependencies, node versions, licenses, eol)
- [Changelog](https://hapi.dev/family/glue/changelog/)
- [Project policies](https://hapi.dev/policies/)
- [Free and commercial support options](https://hapi.dev/support/)
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