Socket
Socket
Sign inDemoInstall

hoek

Package Overview
Dependencies
Maintainers
3
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hoek - npm Package Compare versions

Comparing version 2.16.1 to 2.16.2

5

lib/index.js

@@ -584,3 +584,6 @@ // Load modules

if (!chain) {
if (chain === false ||
chain === null ||
typeof chain === 'undefined') {
return obj;

@@ -587,0 +590,0 @@ }

2

package.json
{
"name": "hoek",
"description": "General purpose node utilities",
"version": "2.16.1",
"version": "2.16.2",
"repository": "git://github.com/hapijs/hoek",

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

@@ -296,3 +296,3 @@ ![hoek Logo](https://raw.github.com/hapijs/hoek/master/images/hoek.png)

If chain is a falsy value, the object itself will be returned.
If chain is `null`, `undefined` or `false`, the object itself will be returned.

@@ -299,0 +299,0 @@ ```javascript

Sorry, the diff of this file is too big to display

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