You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

hono

Package Overview
Dependencies
Maintainers
1
Versions
415
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hono - npm Package Compare versions

Comparing version
4.12.6
to
4.12.7
+3
-0
dist/cjs/utils/body.js

@@ -78,2 +78,5 @@ var __defProp = Object.defineProperty;

const handleParsingNestedValues = (form, key, value) => {
if (/(?:^|\.)__proto__\./.test(key)) {
return;
}
let nestedForm = form;

@@ -80,0 +83,0 @@ const keys = key.split(".");

@@ -57,2 +57,5 @@ // src/utils/body.ts

var handleParsingNestedValues = (form, key, value) => {
if (/(?:^|\.)__proto__\./.test(key)) {
return;
}
let nestedForm = form;

@@ -59,0 +62,0 @@ const keys = key.split(".");

+1
-1
{
"name": "hono",
"version": "4.12.6",
"version": "4.12.7",
"description": "Web framework built on Web Standards",

@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js",

Sorry, the diff of this file is not supported yet