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

yaml-eslint-parser

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yaml-eslint-parser - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

lib/convert.js

@@ -250,3 +250,3 @@ "use strict";

function convertMappingKey(node, ctx, parent, doc) {
if (node) {
if (node && node.type) {
return convertContentNode(node, ctx, parent, doc);

@@ -253,0 +253,0 @@ }

{
"name": "yaml-eslint-parser",
"version": "0.3.0",
"version": "0.3.1",
"description": "A YAML parser that produces output compatible with ESLint",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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