@hapi/call
Advanced tools
Comparing version 8.0.0 to 8.0.1
'use strict'; | ||
const Address = require('@hapi/address'); | ||
const Boom = require('@hapi/boom'); | ||
const Hoek = require('@hapi/hoek'); | ||
const Decode = require('./decode'); | ||
const Regex = require('./regex'); | ||
@@ -125,3 +125,3 @@ const Segment = require('./segment'); | ||
const name = match.record.params[i]; | ||
const value = Address.uri.decode(match.array[i]); | ||
const value = Decode.decode(match.array[i]); | ||
if (value === null) { | ||
@@ -128,0 +128,0 @@ return this.specials.badRequest || Boom.badRequest('Invalid request path'); |
{ | ||
"name": "@hapi/call", | ||
"description": "HTTP Router", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"repository": "git://github.com/hapijs/call", | ||
@@ -15,3 +15,2 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@hapi/address": "4.x.x", | ||
"@hapi/boom": "9.x.x", | ||
@@ -22,3 +21,3 @@ "@hapi/hoek": "9.x.x" | ||
"@hapi/code": "8.x.x", | ||
"@hapi/lab": "22.x.x" | ||
"@hapi/lab": "23.x.x" | ||
}, | ||
@@ -25,0 +24,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
26262
2
7
597
1
- Removed@hapi/address@4.x.x
- Removed@hapi/address@4.1.0(transitive)