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

@hapi/call

Package Overview
Dependencies
Maintainers
7
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hapi/call - npm Package Compare versions

Comparing version 8.0.0 to 8.0.1

lib/decode.js

4

lib/index.js
'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": {

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