New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bun-serve-express

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bun-serve-express - npm Package Compare versions

Comparing version 1.0.2 to 1.0.4

2

build/ServerResponse.d.ts

@@ -37,3 +37,3 @@ /// <reference types="bun-types" />

format(obj: any): any;
set(name: string | object, value?: string | string[]): this;
set(nameOrDict: string | object, value?: string | string[]): this;
append(name: string, val: string | string[]): this;

@@ -40,0 +40,0 @@ header(name: string | object, value?: string | string[]): this;

{
"name": "bun-serve-express",
"version": "1.0.2",
"version": "1.0.4",
"description": "Express API compatibility for Bun.serve()",

@@ -18,3 +18,3 @@ "types": "build/index.d.ts",

"type": "git",
"url": "git://github.com/endel/bun-express.git"
"url": "git://github.com/endel/bun-serve-express.git"
},

@@ -21,0 +21,0 @@ "devDependencies": {

Sorry, the diff of this file is too big to display

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