Socket
Socket
Sign inDemoInstall

hoek-boom

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hoek-boom - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

6

package.json
{
"name": "hoek-boom",
"version": "1.2.0",
"version": "1.2.1",
"description": "Extending node utilities shared amongst the extended hapi universe with some boom sprinkles",

@@ -30,4 +30,4 @@ "main": "index",

"devDependencies": {
"code": "^1.2.x",
"lab": "^5.1.x"
"code": "^1.4.x",
"lab": "^5.9.x"
},

@@ -34,0 +34,0 @@ "engines": {

@@ -36,6 +36,9 @@ 'use strict';

it('good condition', function (done) {
expect(function () {
var good = function () {
return HoekBoom.assertBoom(1 === 1);
}).to.not.throw().and.to.be.undefined();
};
expect(good).to.not.throw();
expect(good()).to.be.undefined();
done();

@@ -42,0 +45,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