Comparing version 0.14.4 to 0.14.5
@@ -93,3 +93,3 @@ "use strict"; | ||
} | ||
else if (/[^ \n]/.test(first)) { | ||
else if (/[^ \n;]/.test(first)) { | ||
break; | ||
@@ -96,0 +96,0 @@ } |
{ | ||
"name": "aspida", | ||
"version": "0.14.4", | ||
"version": "0.14.5", | ||
"description": "TypeScript friendly HTTP client wrapper for the browser and node.js", | ||
@@ -5,0 +5,0 @@ "author": "m-mitsuhide <m.mitsuhide@amatelus.com>", |
Sorry, the diff of this file is not supported yet
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
64917