Socket
Socket
Sign inDemoInstall

js-yaml

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-yaml - npm Package Compare versions

Comparing version 3.2.3 to 3.2.4

6

HISTORY.md

@@ -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 @@ ------------------

4

lib/js-yaml/type/null.js

@@ -6,2 +6,6 @@ 'use strict';

function resolveYamlNull(data) {
if (null === data) {
return true;
}
var max = data.length;

@@ -8,0 +12,0 @@

2

package.json
{
"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"],

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc