Socket
Socket
Sign inDemoInstall

yaml

Package Overview
Dependencies
0
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.0-3 to 2.3.0-4

2

browser/dist/doc/createNode.js

@@ -80,2 +80,4 @@ import { Alias } from '../nodes/Alias.js';

node.tag = tagName;
else if (!tagObj.default)
node.tag = tagObj.tag;
if (ref)

@@ -82,0 +84,0 @@ ref.node = node;

@@ -82,2 +82,4 @@ 'use strict';

node.tag = tagName;
else if (!tagObj.default)
node.tag = tagObj.tag;
if (ref)

@@ -84,0 +86,0 @@ ref.node = node;

@@ -10,3 +10,4 @@ export { createNode, CreateNodeContext } from './doc/createNode.js';

export { foldFlowLines, FoldOptions } from './stringify/foldFlowLines';
export { StringifyContext } from './stringify/stringify.js';
export { stringifyNumber } from './stringify/stringifyNumber.js';
export { stringifyString } from './stringify/stringifyString.js';

2

package.json
{
"name": "yaml",
"version": "2.3.0-3",
"version": "2.3.0-4",
"license": "ISC",

@@ -5,0 +5,0 @@ "author": "Eemeli Aro <eemeli@gmail.com>",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc