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

hono

Package Overview
Dependencies
Maintainers
1
Versions
342
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.1.6 to 4.1.7

2

dist/cjs/middleware/cache/index.js

@@ -25,3 +25,3 @@ "use strict";

const cache = (options) => {
if (!caches) {
if (!globalThis.caches) {
console.log("Cache Middleware is not enabled because caches is not defined.");

@@ -28,0 +28,0 @@ return async (_c, next) => await next();

// src/middleware/cache/index.ts
var cache = (options) => {
if (!caches) {
if (!globalThis.caches) {
console.log("Cache Middleware is not enabled because caches is not defined.");

@@ -5,0 +5,0 @@ return async (_c, next) => await next();

{
"name": "hono",
"version": "4.1.6",
"version": "4.1.7",
"description": "Ultrafast web framework for the Edges",

@@ -5,0 +5,0 @@ "main": "dist/cjs/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