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

@hapipal/ahem

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hapipal/ahem - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

14

package.json
{
"name": "@hapipal/ahem",
"version": "2.0.0",
"version": "2.1.0",
"description": "hapi plugins as libraries",

@@ -39,13 +39,13 @@ "main": "lib/index.js",

"dependencies": {
"@hapi/hoek": "9.x.x"
"@hapi/hoek": "^9.0.0"
},
"peerDependencies": {
"@hapi/hapi": ">=19 <21"
"@hapi/hapi": ">=19 <22"
},
"devDependencies": {
"@hapi/code": "8.x.x",
"@hapi/hapi": "20.x.x",
"@hapi/lab": "24.x.x",
"coveralls": "3.x.x"
"@hapi/code": "^8.0.0",
"@hapi/hapi": "^20.0.0",
"@hapi/lab": "^24.0.0",
"coveralls": "^3.0.0"
}
}
# ahem
hapi plugins as libraries
[![Build Status](https://travis-ci.org/hapipal/ahem.svg?branch=master)](https://travis-ci.org/hapipal/ahem) [![Coverage Status](https://coveralls.io/repos/hapipal/ahem/badge.svg?branch=master&service=github)](https://coveralls.io/github/hapipal/ahem?branch=master)
[![Build Status](https://app.travis-ci.com/hapipal/ahem.svg?branch=master)](https://app.travis-ci.com/hapipal/ahem) [![Coverage Status](https://coveralls.io/repos/hapipal/ahem/badge.svg?branch=master&service=github)](https://coveralls.io/github/hapipal/ahem?branch=master)
Lead Maintainer - [Devin Ivy](https://github.com/devinivy)
## Installation
```sh
npm install @hapipal/ahem
```
## Usage
> See also the [API Reference](API.md)
>
> **Note**
>
> Ahem is intended for use with hapi v19+ and nodejs v12+. Ensure you've installed @hapi/hapi within your project.
> Ahem is intended for use with hapi v19+ and nodejs v12+ (_see v1 for lower support_). Ensure you've installed @hapi/hapi within your project.

@@ -15,0 +18,0 @@ Ahem's purpose is to encourage new possibilites for hapi plugin composition and portability. It's a small tool that offers only subtly different functionality from [glue](https://github.com/hapijs/glue); but unlike glue, ahem's API is designed to strongly reinforce the perspective of hapi plugins as being instantiable general-purpose libraries, and not just web servers.

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