Socket
Socket
Sign inDemoInstall

dockerfile-language-server-nodejs

Package Overview
Dependencies
8
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345Next

0.11.0

Diff

Changelog

Source

[0.11.0] - 2023-09-10

Added

  • textDocument/publishDiagnostics
    • support parsing the new --start-interval flag for HEALTHCHECK instructions (rcjsuen/dockerfile-utils#115)
    • allow some diagnostics to be ignored if a # dockerfile-utils: ignore comment precedes the originating line of the error (rcjsuen/dockerfile-utils#106)
    • support parsing the new --checksum flag for ADD instructions (rcjsuen/dockerfile-utils#116)
    • flag empty tag specified with a digest in FROM instructions as an error (rcjsuen/dockerfile-utils#118)
    • ignore predefined platform ARG variables if they are used as a base image (rcjsuen/dockerfile-utils#119)
    • support parsing the new --keep-git-dir flag for ADD instructions (#265)
  • textDocument/completion
  • textDocument/hover

Fixed

rcjsuen
published 0.10.2 •

Changelog

Source

[0.10.2] - 2023-06-01

Fixed

  • textDocument/semanticTokens/full
    • ignore quotes in comments if it's within an embedded argument with CRLF used as a newline delimiter (#113)
    • prevent 0-length semantic tokens from being added (#114)
    • correct typo in the comment handling logic of semantic tokens with CRLF newlines (#116)
    • ignore escaped newlines when checking for strings in semantic tokens (#115)
rcjsuen
published 0.10.1 •

Changelog

Source

[0.10.1] - 2023-06-01

Fixed

rcjsuen
published 0.10.0 •

Changelog

Source

[0.10.0] - 2023-05-28

Added

Fixed

rcjsuen
published 0.9.0 •

Changelog

Source

[0.9.0] - 2022-05-04

Added

Fixed

rcjsuen
published 0.8.0 •

Changelog

Source

[0.8.0] - 2022-01-22

Added

  • textDocument/semanticTokens/full
    • variable semantic tokens are now split up into multiple tokens, offering a finer-grained view of what each part of it is for which should improve readability (rcjsuen/dockerfile-language-service#100)

Fixed

  • textDocument/publishDiagnostics
rcjsuen
published 0.7.3 •

Changelog

Source

[0.7.3] - 2021-12-12

Fixed

  • textDocument/completion
    • fix error returned when computing completion items at the end of a COPY instruction with flags (#258)
    • fix error returned when computing completion items at the end of a ADD instruction with flags (#259)
    • fix infinite loop in ADD and COPY instructions when calculating WORKDIR suggestions for a build stage that shares its name with the image (rcjsuen/dockerfile-language-service#99)
  • textDocument/formatting
  • textDocument/onTypeFormatting
  • textDocument/rangeFormatting
rcjsuen
published 0.7.2 •

Changelog

Source

[0.7.2] - 2021-10-20

Fixed

rcjsuen
published 0.7.1 •

Changelog

Source

[0.7.1] - 2021-09-21

Fixed

rcjsuen
published 0.7.0 •

Changelog

Source

[0.7.0] - 2021-09-19

Added

Changed

  • textDocument/publishDiagnostics

Fixed

2345Next
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