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

@codemirror/lang-css

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemirror/lang-css - npm Package Compare versions

Comparing version 6.2.0 to 6.2.1

dist/index.d.cts

6

CHANGELOG.md

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

## 6.2.1 (2023-08-04)
### Bug fixes
Allow keyframe blocks to be code-folded.
## 6.2.0 (2023-04-26)

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

2

dist/index.js

@@ -240,3 +240,3 @@ import { parser } from '@lezer/css';

/*@__PURE__*/foldNodeProp.add({
Block: foldInside
"Block KeyframeList": foldInside
})

@@ -243,0 +243,0 @@ ]

{
"name": "@codemirror/lang-css",
"version": "6.2.0",
"version": "6.2.1",
"description": "CSS language support for the CodeMirror code editor",

@@ -36,3 +36,3 @@ "scripts": {

"devDependencies": {
"@codemirror/buildhelper": "^0.1.0"
"@codemirror/buildhelper": "^1.0.0"
},

@@ -39,0 +39,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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