Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

bun-types

Package Overview
Dependencies
Maintainers
3
Versions
1289
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bun-types - npm Package Compare versions

Comparing version
1.3.14-canary.20260510T142858
to
1.3.14
+1
-1
package.json

@@ -36,3 +36,3 @@ {

],
"version": "1.3.14-canary.20260510T142858"
"version": "1.3.14"
}

@@ -763,11 +763,13 @@ declare module "bun" {

* @default false
* @experimental
*/
h3?: boolean;
http3?: boolean;
/**
* Listen for HTTP/1.1 (and HTTP/2) over TCP. Set to `false` together
* with `h3: true` to serve HTTP/3 only.
* Listen for HTTP/1.1 over TCP. Set to `false` together with
* `http3: true` to serve HTTP/3 only.
* @default true
* @experimental
*/
h1?: boolean;
http1?: boolean;

@@ -774,0 +776,0 @@ /**

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet