We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f64c673 commit 9d4ce5eCopy full SHA for 9d4ce5e
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+3.13.0 / 2019-03-20
2
+-------------------
3
+
4
+- Security fix: `safeLoad()` can hang when arrays with nested refs
5
+ used as key. Now throws exception for nested arrays. #475.
6
7
8
3.12.2 / 2019-02-26
9
-------------------
10
package.json
@@ -1,6 +1,6 @@
{
"name": "js-yaml",
- "version": "3.12.2",
+ "version": "3.13.0",
"description": "YAML 1.2 parser and serializer",
"keywords": [
"yaml",
0 commit comments