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 0.5.2 to 0.5.3

6

CHANGELOG.md
# @tinyhttp/content-disposition
## 0.5.3
### Patch Changes
- fix some stuff
## 0.5.2

@@ -4,0 +10,0 @@

3

dist/index.d.ts

@@ -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

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