Comparing version 6.0.8 to 6.0.9
'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
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
16768
6
7
363
+ Addedbourne@1.x.x
+ Addedbourne@1.3.3(transitive)