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.0.8 to 4.0.9

2

dist/cjs/utils/stream.js

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

}
async onAbort(listener) {
onAbort(listener) {
this.abortSubscribers.push(listener);

@@ -75,0 +75,0 @@ }

@@ -12,6 +12,4 @@ import type { Context } from './context';

export type Input = {
in?: Partial<ValidationTargets>;
out?: Partial<{
[K in keyof ValidationTargets]: unknown;
}>;
in?: {};
out?: {};
};

@@ -18,0 +16,0 @@ export type BlankSchema = {};

@@ -13,3 +13,3 @@ export declare class StreamingApi {

pipe(body: ReadableStream): Promise<void>;
onAbort(listener: () => void | Promise<void>): Promise<void>;
onAbort(listener: () => void | Promise<void>): void;
}

@@ -50,3 +50,3 @@ // src/utils/stream.ts

}
async onAbort(listener) {
onAbort(listener) {
this.abortSubscribers.push(listener);

@@ -53,0 +53,0 @@ }

{
"name": "hono",
"version": "4.0.8",
"version": "4.0.9",
"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