node-linux-s390x 25.2.0 → 25.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
- package/share/man/man1/node.1 +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#25.2.1">25.2.1</a><br/>
|
|
11
12
|
<a href="#25.2.0">25.2.0</a><br/>
|
|
12
13
|
<a href="#25.1.0">25.1.0</a><br/>
|
|
13
14
|
<a href="#25.0.0">25.0.0</a><br/>
|
|
@@ -42,6 +43,19 @@
|
|
|
42
43
|
* [io.js](CHANGELOG_IOJS.md)
|
|
43
44
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
44
45
|
|
|
46
|
+
<a id="25.2.1"></a>
|
|
47
|
+
|
|
48
|
+
## 2025-11-17, Version 25.2.1 (Current), @aduh95
|
|
49
|
+
|
|
50
|
+
### Notable Changes
|
|
51
|
+
|
|
52
|
+
### Commits
|
|
53
|
+
|
|
54
|
+
* \[[`ff89b7b6c7`](https://github.com/nodejs/node/commit/ff89b7b6c7)] - **crypto**: ensure documented RSA-PSS saltLength default is used (Filip Skokan) [#60662](https://github.com/nodejs/node/pull/60662)
|
|
55
|
+
* \[[`5316b580eb`](https://github.com/nodejs/node/commit/5316b580eb)] - **deps**: V8: backport 2e4c5cf9b112 (Michaël Zasso) [#60654](https://github.com/nodejs/node/pull/60654)
|
|
56
|
+
* \[[`ca878bc90e`](https://github.com/nodejs/node/commit/ca878bc90e)] - **doc,src,lib**: clarify experimental status of Web Storage support (Antoine du Hamel) [#60708](https://github.com/nodejs/node/pull/60708)
|
|
57
|
+
* \[[`a4dee613fd`](https://github.com/nodejs/node/commit/a4dee613fd)] - _**Revert**_ "**lib**: throw from localStorage getter on missing storage path" (Antoine du Hamel) [#60750](https://github.com/nodejs/node/pull/60750)
|
|
58
|
+
|
|
45
59
|
<a id="25.2.0"></a>
|
|
46
60
|
|
|
47
61
|
## 2025-11-11, Version 25.2.0 (Current), @aduh95
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
package/package.json
CHANGED
package/share/man/man1/node.1
CHANGED
|
@@ -207,8 +207,8 @@ Enable experimental support for the EventSource Web API.
|
|
|
207
207
|
.It Fl -no-experimental-websocket
|
|
208
208
|
Disable experimental support for the WebSocket API.
|
|
209
209
|
.
|
|
210
|
-
.It Fl -no-webstorage
|
|
211
|
-
Disable
|
|
210
|
+
.It Fl -no-experimental-webstorage
|
|
211
|
+
Disable experimental support for the Web Storage API.
|
|
212
212
|
.
|
|
213
213
|
.It Fl -no-experimental-repl-await
|
|
214
214
|
Disable top-level await keyword support in REPL.
|