content-disposition
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -0,1 +1,6 @@ | ||
0.5.1 / 2016-01-17 | ||
================== | ||
* perf: enable strict mode | ||
0.5.0 / 2014-10-11 | ||
@@ -2,0 +7,0 @@ ================== |
@@ -7,2 +7,4 @@ /*! | ||
'use strict' | ||
/** | ||
@@ -9,0 +11,0 @@ * Module exports. |
{ | ||
"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 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
18074
357
0