Comparing version 1.13.2 to 1.13.3
@@ -115,2 +115,6 @@ "use strict"; | ||
while (cursor < length) { | ||
const doc = parseDoc(text.slice(cursor)); | ||
if (doc) { | ||
cursor += doc.length; | ||
} | ||
const char = text[cursor]; | ||
@@ -117,0 +121,0 @@ if (quoteRegExp.test(char)) { |
@@ -112,2 +112,6 @@ const quoteRegExp = /['"]/; | ||
while (cursor < length) { | ||
const doc = parseDoc(text.slice(cursor)); | ||
if (doc) { | ||
cursor += doc.length; | ||
} | ||
const char = text[cursor]; | ||
@@ -114,0 +118,0 @@ if (quoteRegExp.test(char)) { |
{ | ||
"name": "aspida", | ||
"version": "1.13.2", | ||
"version": "1.13.3", | ||
"description": "TypeScript friendly HTTP client wrapper for the browser and node.js", | ||
@@ -5,0 +5,0 @@ "author": "Solufa <solufa2020@gmail.com>", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
188504
1774