🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

bounce

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bounce - npm Package Compare versions

Comparing version

to
1.0.2

3

lib/index.js

@@ -7,2 +7,3 @@ 'use strict';

const Boom = require('boom');
const Hoek = require('hoek');

@@ -72,3 +73,3 @@

return exports.isError(err) && !!err.isBoom;
return Boom.isBoom(err);
};

@@ -75,0 +76,0 @@

{
"name": "bounce",
"description": "Selective error catching and rewrite rules",
"version": "1.0.1",
"version": "1.0.2",
"repository": "git://github.com/hapijs/bounce",

@@ -15,6 +15,6 @@ "main": "lib/index.js",

"dependencies": {
"boom": "7.x.x",
"hoek": "5.x.x"
},
"devDependencies": {
"boom": "6.x.x",
"code": "5.x.x",

@@ -21,0 +21,0 @@ "lab": "15.x.x"

@@ -0,0 +0,0 @@ # bounce