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

@tinyhttp/content-disposition

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinyhttp/content-disposition - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

4

dist/index.d.ts
export declare class ContentDisposition {
type: string;
parameters: Record<any, any>;
constructor(type: string, parameters: Record<any, any>);
parameters: Record<string, any>;
constructor(type: string, parameters: Record<string, any>);
}

@@ -6,0 +6,0 @@ /**

{
"name": "@tinyhttp/content-disposition",
"description": "content-disposition rewrite in TypeScript with ESM and CommonJS targets",
"version": "2.0.2",
"version": "2.0.3",
"homepage": "https://tinyhttp.v1rtl.site",

@@ -6,0 +6,0 @@ "funding": {

@@ -1,2 +0,2 @@

# @tinyhttp/accepts
# @tinyhttp/content-disposition

@@ -3,0 +3,0 @@ > [`content-disposition`](https://github.com/jshttp/content-disposition) rewrite in TypeScript with ESM and CommonJS targets.

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