Socket
Socket
Sign inDemoInstall

content-disposition

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0 to 0.5.1

5

HISTORY.md

@@ -0,1 +1,6 @@

0.5.1 / 2016-01-17
==================
* perf: enable strict mode
0.5.0 / 2014-10-11

@@ -2,0 +7,0 @@ ==================

2

index.js

@@ -7,2 +7,4 @@ /*!

'use strict'
/**

@@ -9,0 +11,0 @@ * Module exports.

6

package.json
{
"name": "content-disposition",
"description": "Create and parse Content-Disposition header",
"version": "0.5.0",
"version": "0.5.1",
"contributors": [

@@ -17,4 +17,4 @@ "Douglas Christopher Wilson <doug@somethingdoug.com>"

"devDependencies": {
"istanbul": "0.3.2",
"mocha": "~1.21.4"
"istanbul": "0.4.2",
"mocha": "1.21.5"
},

@@ -21,0 +21,0 @@ "files": [

@@ -70,3 +70,3 @@ # content-disposition

```js
var disposition = contentDisposition.parse('attachment; filename="EURO rates.txt"; filename*=UTF-8\'\'%e2%82%ac%20rates.txt"');
var disposition = contentDisposition.parse('attachment; filename="EURO rates.txt"; filename*=UTF-8\'\'%e2%82%ac%20rates.txt');
```

@@ -73,0 +73,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc