@hapi/hoek
Advanced tools
Comparing version 9.1.0 to 9.1.1
@@ -69,3 +69,4 @@ 'use strict'; | ||
return Merge(copy, source, { mergeArrays: false, nullOverride: false }); | ||
const nullOverride = options.nullOverride !== undefined ? options.nullOverride : false; | ||
return Merge(copy, source, { nullOverride, mergeArrays: false }); | ||
}; | ||
@@ -81,3 +82,9 @@ | ||
src = src[segment]; | ||
const val = src[segment]; | ||
if (typeof val !== 'object' || val === null) { | ||
return; | ||
} | ||
src = val; | ||
} | ||
@@ -84,0 +91,0 @@ |
{ | ||
"name": "@hapi/hoek", | ||
"description": "General purpose node utilities", | ||
"version": "9.1.0", | ||
"version": "9.1.1", | ||
"repository": "git://github.com/hapijs/hoek", | ||
@@ -17,3 +17,4 @@ "main": "lib/index.js", | ||
"@hapi/code": "8.x.x", | ||
"@hapi/lab": "^23.0.0" | ||
"@hapi/lab": "^24.0.0", | ||
"typescript": "~4.0.2" | ||
}, | ||
@@ -20,0 +21,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
51016
1473
3