@hapi/statehood
Advanced tools
Comparing version 6.1.0 to 6.1.1
@@ -70,3 +70,3 @@ 'use strict'; | ||
const settings = Hoek.applyToDefaults(this.settings, options || {}, true); | ||
const settings = Hoek.applyToDefaults(this.settings, options || {}, { nullOverride: true }); | ||
Joi.assert(settings, internals.schema, 'Invalid state definition: ' + name); | ||
@@ -343,3 +343,3 @@ | ||
const base = this.cookies[cookie.name] || this.settings; | ||
const definition = cookie.options ? Hoek.applyToDefaults(base, cookie.options, true) : base; | ||
const definition = cookie.options ? Hoek.applyToDefaults(base, cookie.options, { nullOverride: true }) : base; | ||
@@ -346,0 +346,0 @@ // Validate name |
{ | ||
"name": "@hapi/statehood", | ||
"description": "HTTP State Management Utilities", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"repository": "git://github.com/hapijs/statehood", | ||
@@ -18,3 +18,3 @@ "main": "lib/index.js", | ||
"@hapi/cryptiles": "4.x.x", | ||
"@hapi/hoek": "6.x.x", | ||
"@hapi/hoek": "8.x.x", | ||
"@hapi/iron": "5.x.x", | ||
@@ -24,4 +24,4 @@ "@hapi/joi": "15.x.x" | ||
"devDependencies": { | ||
"@hapi/code": "5.x.x", | ||
"@hapi/lab": "18.x.x" | ||
"@hapi/code": "6.x.x", | ||
"@hapi/lab": "20.x.x" | ||
}, | ||
@@ -28,0 +28,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> | ||
# statehood | ||
@@ -6,3 +8,1 @@ | ||
[![Build Status](https://secure.travis-ci.org/hapijs/statehood.png)](http://travis-ci.org/hapijs/statehood) | ||
Lead Maintainer - [Eran Hammer](https://github.com/hueniverse) |
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
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
16981
- Removed@hapi/hoek@6.2.4(transitive)
Updated@hapi/hoek@8.x.x