Socket
Socket
Sign inDemoInstall

@hapi/bounce

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hapi/bounce - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

6

lib/index.js

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

Assert.AssertionError
Assert.AssertionError,
// Hoek
Hoek.Error
]

@@ -26,0 +30,0 @@ };

6

package.json
{
"name": "@hapi/bounce",
"description": "Selective error catching and rewrite rules",
"version": "1.3.0",
"version": "1.3.1",
"repository": "git://github.com/hapijs/bounce",

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

"@hapi/boom": "7.x.x",
"@hapi/hoek": "6.x.x"
"@hapi/hoek": "8.x.x"
},
"devDependencies": {
"@hapi/code": "5.x.x",
"@hapi/lab": "18.x.x"
"@hapi/lab": "19.x.x"
},

@@ -20,0 +20,0 @@ "scripts": {

@@ -0,1 +1,3 @@

<a href="http://hapijs.com"><img src="https://raw.githubusercontent.com/hapijs/assets/master/images/family.png" width="180px" align="right" /></a>
# bounce

@@ -7,4 +9,2 @@

Lead Maintainer - [Eran Hammer](https://github.com/hueniverse)
## Introduction

@@ -11,0 +11,0 @@

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

it('identifies hoek Error as system', () => {
expect(Bounce.isSystem(new Hoek.Error([]))).to.be.true();
});
it('identifies Error as non-system', () => {

@@ -512,0 +517,0 @@

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