marko 5.35.20 → 5.35.21
Sign up to get free protection for your applications and to get access to all the features.
- package/docs/rendering.md +2 -0
- package/package.json +2 -2
package/docs/rendering.md
CHANGED
@@ -263,4 +263,6 @@ app.get("/", (req, res) => {
|
|
263
263
|
});
|
264
264
|
```
|
265
265
|
|
266
|
+
> **Warning:** Ensure that you serialize only data which is necessary for the browser. Serialization is expensive for both server rendering performance and HTML output size.
|
267
|
+
|
266
268
|
For details, check [#672: “Serialize only input and state on top-level server-rendered UI components”](https://github.com/marko-js/marko/pull/672).
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "marko",
|
3
|
-
"version": "5.35.
|
3
|
+
"version": "5.35.21",
|
4
4
|
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
|
5
5
|
"keywords": [
|
6
6
|
"front-end",
|
@@ -74,7 +74,7 @@
|
|
74
74
|
"csstype": "^3.1.3",
|
75
75
|
"events-light": "^1.0.5",
|
76
76
|
"listener-tracker": "^2.0.0",
|
77
|
-
"minimatch": "^
|
77
|
+
"minimatch": "^9.0.5",
|
78
78
|
"raptor-util": "^3.2.0",
|
79
79
|
"resolve-from": "^5.0.0",
|
80
80
|
"self-closing-tags": "^1.0.1",
|