Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

js-yaml-bespoken

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-yaml-bespoken - npm Package Compare versions

Comparing version 3.11.1 to 3.11.2

5

lib/js-yaml/loader.js

@@ -130,3 +130,3 @@ 'use strict';

function addMetaInformation(state, line) {
if (state.result._yaml) {
if (state.result && state.result._yaml) {
return;

@@ -136,2 +136,5 @@ }

if (typeof state.result === "string") {
if (state.result === "null") {
return;
}
state.result = new String(state.result);

@@ -138,0 +141,0 @@ } else if (typeof state.result === "number") {

2

package.json
{
"name": "js-yaml-bespoken",
"version": "3.11.1",
"version": "3.11.2",
"description": "YAML 1.2 parser and serializer",

@@ -5,0 +5,0 @@ "keywords": [

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