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

@aws/lsp-yaml

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws/lsp-yaml

YAML Language Server

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Exports

── CreateYamlLanguageServer - a function that creates and returns a new instance of DEXP Language Server
── YamlLanguageService - YAML language service. Provides language features like hover, completion, diagnostics and formatting

Temporary Patch for yaml-language-server Dependency

In the current state of this package, we need to apply a temporary patch to the yaml-language-server dependency.

The script applies 2 patches:

  • patches/markdown: adds hover setting to enable/disable Title and Source from hover tooltip. PR
  • patches/unsafe-eval: adds skipSchemaValidation settings to enable/disable json schema validation. PR draft.

The patch file is applied during the installation process using the postinstall script in the package.json file. This script runs the patchYamlPackage.js script, which searches path to the yaml-language-server package and applies the patches once.

Note: This is a temporary solution, and we plan to remove the custom patching once the yaml-language-server package is updated. The features from PRs above should be merged to yaml-language-server package. After features are merged we need to update the version and enable skipSchemaValidation setting.

FAQs

Package last updated on 28 Aug 2024

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

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