content-type
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,6 @@ | ||
1.0.2 / 2016-05-09 | ||
================== | ||
* perf: enable strict mode | ||
1.0.1 / 2015-02-13 | ||
@@ -2,0 +7,0 @@ ================== |
@@ -7,2 +7,4 @@ /*! | ||
'use strict' | ||
/** | ||
@@ -9,0 +11,0 @@ * RegExp to match *( ";" parameter ) in RFC 7231 sec 3.1.1.1 |
{ | ||
"name": "content-type", | ||
"description": "Create and parse HTTP Content-Type header", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
"devDependencies": { | ||
"istanbul": "0.3.5", | ||
"istanbul": "0.4.3", | ||
"mocha": "~1.21.5" | ||
@@ -19,0 +19,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
9675
175