turbo-stream
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -17,3 +17,5 @@ "use strict"; | ||
const startIndex = values.length; | ||
values.push(...parsed); | ||
for (const value of parsed) { | ||
values.push(value); | ||
} | ||
hydrated.length = values.length; | ||
@@ -20,0 +22,0 @@ return hydrate.call(this, startIndex); |
{ | ||
"name": "turbo-stream", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "A streaming data transport format that aims to support built-in features such as Promises, Dates, RegExps, Maps, Sets and more.", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
52433
1385