Socket
Socket
Sign inDemoInstall

prettier-plugin-embed

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettier-plugin-embed - npm Package Versions

234

0.4.15

Diff

Changelog

Source

0.4.15

Patch Changes

  • fbb5cae: Fix wrong options fallback behaviors:

    • Empty list of tags and comments shouldn't fallback to identifiers in options.
  • 5cadbfa: Fix unstable embedded markdown indentation when using the useTabs option: https://github.com/Sec-ant/prettier-plugin-embed/pull/91#issuecomment-1963760555.

  • d132038: Make embedded css formatting more align with the built-in behavior.

sec-ant
published 0.4.14 •

Changelog

Source

0.4.14

Patch Changes

  • 442be39: Fix language plugin check false positives.

    throwIfPluginIsNotFound is discarded. Detailed explanation can be found at https://github.com/Sec-ant/prettier-plugin-embed/issues/84#issuecomment-1953844934.

sec-ant
published 0.4.13 •

Changelog

Source

0.4.13

Patch Changes

  • b14447a: Fix a regression introduced in v0.4.11 caused by a wrong import specifier.
sec-ant
published 0.4.12 •

Changelog

Source

0.4.12

Patch Changes

  • 67d0726: Fix a regression of formatting template literals with only whitespaces:

    • Template literals with only whitespaces should be formatted to ``.
sec-ant
published 0.4.11 •

Changelog

Source

0.4.11

Patch Changes

  • 3639712: Set up changesets

  • f4a41e7: Deprecate identifier-named options.

    • Change options embedded<Language>Identifiers to embedded<Language>Comments and embedded<Language>Tags.
    • Remove option ~~noEmbeddedIdentificationByComment~~ because it is not needed anymore.
    • Remove option ~~noEmbeddedIdentificationByTag~~ because it is not needded anymore.
    • embeddedOverrides now takes the form:
      {"comments": [...], "options": {...}}
      
      or
      {"tags": [...], "options": {...}}
      
      or
      {"comments": [...], "tags": [...], "options": {...}}
      
      The property identifiers is kept for compatibility and will serve as fallbacks.
    • If comment- or tag-named options are not present, the plugin will fallback to use identifier-named options.
    • README updated to reflect the above changes.
    • NO breaking changes.
sec-ant
published 0.4.10 •

sec-ant
published 0.4.9 •

sec-ant
published 0.4.8 •

sec-ant
published 0.4.7 •

sec-ant
published 0.4.6 •

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