New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@phoenix-plugin-registry/brackets-yaml-linter

Package Overview
Dependencies
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phoenix-plugin-registry/brackets-yaml-linter

Provides linting functionality for YAML files

latest
npmnpm
Version
1.0.0
Version published
Maintainers
2
Created
Source

brackets-yaml-linter

This is an extension for the Brackets editor that provides linting functionality for YAML files.

To install, simply look for this extension in the Brackets extension manager.

This extension uses a modified, bundled version of js-yaml to parse the YAML file. The modification makes js-yaml emit a warning when a key is re-defined in a mapping, e.g.

days_of_the_week:
  Monday: 1
  Tuesday: 2
  Wednesday: 3
  Thursday: 4
  Friday: 5
  Saturday: 6
  Sunday: 7
  Monday: 1

will cause a warning to be emitted because Monday has been defined twice. This was added because it is a common mistake that can be frustrating to trouble-shoot.

Keywords

yaml

FAQs

Package last updated on 10 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts