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

@codemirror/lang-html

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemirror/lang-html - npm Package Versions

13

6.3.1

Diff

Changelog

Source

6.3.1 (2022-11-29)

Bug fixes

Remove incorrect pure annotation that broke the code after tree-shaking.

marijn
published 6.3.0 •

Changelog

Source

6.3.0 (2022-11-28)

Bug fixes

Parse type=text/babel script tags as JSX.

New features

The new nestedLanguages option can be used to configure how the content of script, style, and textarea tags is parsed.

The content of style attributes will now be parsed as CSS, and the content of on[event] attributes as JavaScript. The new nestedAttributes option can be used to configure the parsing of other attribute values.

marijn
published 6.2.0 •

Changelog

Source

6.2.0 (2022-11-16)

New features

Add a selfClosingTags option to html that enables /> syntax.

marijn
published 6.1.4 •

Changelog

Source

6.1.4 (2022-11-15)

Bug fixes

Parse the content of text/javascript or lang=ts script tags as TypeScript, use JS for text/jsx, and TSX for text/typescript-jsx.

marijn
published 6.1.3 •

Changelog

Source

6.1.3 (2022-10-24)

Bug fixes

Remove deprecated HTML tags from the completions.

marijn
published 6.1.2 •

Changelog

Source

6.1.2 (2022-09-27)

Bug fixes

Make tag auto-closing consume > characters after the cursor.

marijn
published 6.1.1 •

Changelog

Source

6.1.1 (2022-09-05)

Bug fixes

Properly list the dependency on @codemirror/view in package.json.

marijn
published 6.1.0 •

Changelog

Source

6.1.0 (2022-06-22)

New features

It is now possible to pass in options to extend the set of tags and attributes provided by autocompletion.

marijn
published 6.0.0 •

Changelog

Source

6.0.0 (2022-06-08)

Breaking changes

Update dependencies to 6.0.0

marijn
published 0.20.0 •

Changelog

Source

0.20.0 (2022-04-20)

New features

Autocompletion now suggests the <template> and <slot> elements.

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