Socket
Socket
Sign inDemoInstall

@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 1.1.0 to 1.1.1

4

dist/index.js

@@ -152,6 +152,4 @@ import { basename } from 'path';

continue;
if (value[0] === '"') {
// remove quotes and escapes
if (value[0] === '"')
value = value.substr(1, value.length - 2).replace(QESC_REGEXP, '$1');
}
params[key] = value;

@@ -158,0 +156,0 @@ }

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

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

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