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

hono

Package Overview
Dependencies
Maintainers
1
Versions
340
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 0.0.14 to 0.0.15

3

dist/node.js

@@ -49,3 +49,4 @@ "use strict";

// '*' => match any path
if (curNode.children['*']) {
// /api/* => default wildcard match
if (curNode.children['*'] && !curNode.children[p]) {
const astNode = curNode.children['*'];

@@ -52,0 +53,0 @@ if (Object.keys(astNode.children).length === 0) {

{
"name": "hono",
"version": "0.0.14",
"version": "0.0.15",
"description": "[炎] Ultrafast web framework for Cloudflare Workers.",

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

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