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

@tsoa/runtime

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsoa/runtime - npm Package Compare versions

Comparing version 6.3.0 to 6.4.0

2

dist/interfaces/controller.d.ts
/// <reference types="node" />
import type { OutgoingHttpHeaders } from "node:http";
import type { OutgoingHttpHeaders } from 'node:http';
type HeaderNames = keyof OutgoingHttpHeaders;

@@ -4,0 +4,0 @@ type HeaderValue<H extends HeaderNames> = OutgoingHttpHeaders[H];

{
"name": "@tsoa/runtime",
"description": "Build swagger-compliant REST APIs using TypeScript and Node",
"version": "6.3.0",
"version": "6.4.0",
"main": "./dist/index.js",

@@ -56,3 +56,3 @@ "typings": "./dist/index.d.ts",

},
"gitHead": "fea5eefe845dc5a496fba0a7a18f24a49d9fb50a"
"gitHead": "d573d6fa4303b5c4236e06fac722bf3934b85359"
}
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