Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

statehood

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

statehood - npm Package Compare versions

Comparing version 6.0.8 to 6.0.9

CHANGELOG.md

7

lib/index.js
'use strict';
// Load modules
const Querystring = require('querystring');

@@ -9,2 +7,3 @@

const Bounce = require('bounce');
const Bourne = require('bourne');
const Cryptiles = require('cryptiles');

@@ -16,4 +15,2 @@ const Hoek = require('hoek');

// Declare internals
const internals = {};

@@ -311,3 +308,3 @@

try {
return JSON.parse(decoded);
return Bourne.parse(decoded);
}

@@ -314,0 +311,0 @@ catch (err) {

{
"name": "statehood",
"description": "HTTP State Management Utilities",
"version": "6.0.8",
"version": "6.0.9",
"repository": "git://github.com/hapijs/statehood",

@@ -16,2 +16,3 @@ "main": "lib/index.js",

"bounce": "1.x.x",
"bourne": "1.x.x",
"cryptiles": "4.x.x",

@@ -24,3 +25,3 @@ "hoek": "6.x.x",

"code": "5.x.x",
"lab": "17.x.x"
"lab": "18.x.x"
},

@@ -27,0 +28,0 @@ "scripts": {

@@ -1,2 +0,2 @@

#statehood
# statehood

@@ -3,0 +3,0 @@ HTTP State Management Utilities.

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