Socket
Socket
Sign inDemoInstall

@hapi/statehood

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hapi/statehood - npm Package Compare versions

Comparing version 6.1.0 to 6.1.1

4

lib/index.js

@@ -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)
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