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 Compare versions

Comparing version 6.1.0 to 6.1.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 6.1.1 (2022-09-05)
### Bug fixes
Properly list the dependency on @codemirror/view in package.json.
## 6.1.0 (2022-06-22)

@@ -2,0 +8,0 @@

7

package.json
{
"name": "@codemirror/lang-html",
"version": "6.1.0",
"version": "6.1.1",
"description": "HTML language support for the CodeMirror code editor",

@@ -34,4 +34,5 @@ "scripts": {

"@codemirror/state": "^6.0.0",
"@lezer/html": "^1.0.0",
"@lezer/common": "^1.0.0"
"@lezer/html": "^1.0.1",
"@lezer/common": "^1.0.0",
"@codemirror/view": "^6.2.2"
},

@@ -38,0 +39,0 @@ "devDependencies": {

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