🚀 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.2.3

2

lib/index.js

@@ -139,3 +139,3 @@ 'use strict';

else if (typeof type === 'object') {
if (Hoek.contain(err, type, { deep: true })) {
if (Hoek.contain(err, type, { deep: true, part: true })) {
return true;

@@ -142,0 +142,0 @@ }

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

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