Comparing version 3.2.3 to 3.2.4
@@ -0,1 +1,7 @@ | ||
3.2.4 / 2014-12-19 | ||
------------------ | ||
- Fixed resolving of !!null tag on an empty node. | ||
3.2.3 / 2014-11-08 | ||
@@ -2,0 +8,0 @@ ------------------ |
@@ -6,2 +6,6 @@ 'use strict'; | ||
function resolveYamlNull(data) { | ||
if (null === data) { | ||
return true; | ||
} | ||
var max = data.length; | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name" : "js-yaml", | ||
"version" : "3.2.3", | ||
"version" : "3.2.4", | ||
"description" : "YAML 1.2 parser and serializer", | ||
@@ -5,0 +5,0 @@ "keywords" : ["yaml", "parser", "serializer", "pyyaml"], |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
250338
5900
3