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.1 to 1.0.2

3

build/index.d.ts

@@ -0,3 +1,4 @@

import { Application as ExpressApplication } from "express";
import { Application, ApplicationOptions } from "./Application";
export default function <T = any>(app?: ApplicationOptions<T>): Application<T>;
export default function <T = any>(app?: ApplicationOptions<T>): ExpressApplication;
export { Application };

@@ -4,0 +5,0 @@ export { IncomingMessage } from "./IncomingMessage";

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

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

"mime": "^2.5.2"
},
"peerDependencies": {
"express": "^4.17.1"
}
}
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