@tinyhttp/content-disposition
Advanced tools
Comparing version 0.5.2 to 0.5.3
# @tinyhttp/content-disposition | ||
## 0.5.3 | ||
### Patch Changes | ||
- fix some stuff | ||
## 0.5.2 | ||
@@ -4,0 +10,0 @@ |
@@ -1,2 +0,2 @@ | ||
declare class ContentDisposition { | ||
export declare class ContentDisposition { | ||
type: string; | ||
@@ -21,2 +21,1 @@ parameters: Record<any, any>; | ||
export declare function parse(string: string): ContentDisposition; | ||
export {}; |
@@ -172,2 +172,2 @@ import { basename } from 'path'; | ||
export { contentDisposition, parse }; | ||
export { ContentDisposition, contentDisposition, parse }; |
{ | ||
"name": "@tinyhttp/content-disposition", | ||
"description": "content-disposition rewrite in TypeScript with ESM and CommonJS targets", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"homepage": "https://github.com/talentlessguy/tinyhttp#readme", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -30,3 +30,3 @@ import { basename } from 'path' | ||
class ContentDisposition { | ||
export class ContentDisposition { | ||
type: string | ||
@@ -33,0 +33,0 @@ parameters: Record<any, any> |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26781