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

hapi-boom-decorators

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi-boom-decorators - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [1.1.1] - 2016-01-03
- Fix peer dependency conflicts with dev dependencies and build issues
- Specify minimum node version in package.json
## [1.1.0] - 2015-12-27

@@ -8,0 +12,0 @@ - Add `reply.illegal()` decorated function for new 451 HTTP response code

4

npm-shrinkwrap.json
{
"name": "hapi-boom-decorators",
"version": "1.1.0",
"version": "1.1.1",
"dependencies": {

@@ -12,3 +12,3 @@ "boom": {

"version": "3.0.4",
"from": "hoek@>=3.0.0 <4.0.0",
"from": "https://registry.npmjs.org/hoek/-/hoek-3.0.4.tgz",
"resolved": "https://registry.npmjs.org/hoek/-/hoek-3.0.4.tgz"

@@ -15,0 +15,0 @@ }

{
"name": "hapi-boom-decorators",
"version": "1.1.0",
"version": "1.1.1",
"description": "Decorates a Hapi server's reply interface with functions to make it easy to reply with Boom errors",
"engines": {
"node": ">=4"
},
"main": "index.js",

@@ -38,3 +41,3 @@ "scripts": {

"peerDependencies": {
"hapi": ">8.x.x"
"hapi": ">=8"
},

@@ -47,3 +50,3 @@ "dependencies": {

"chokidar-cli": "^1.2.0",
"hapi": "https://registry.npmjs.org/hapi/-/hapi-11.1.2.tgz",
"hapi": "^11.1.4",
"mocha": "^2.3.4",

@@ -50,0 +53,0 @@ "retire": "^1.1.2",

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