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
17
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.3.0 to 6.3.1

6

CHANGELOG.md

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

## 6.3.1 (2024-11-26)
### Bug fixes
When completing a property name, insert a colon and space after the name.
## 6.3.0 (2024-09-07)

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

2

dist/index.js

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

}
_properties = names.sort().map(name => ({ type: "property", label: name }));
_properties = names.sort().map(name => ({ type: "property", label: name, apply: name + ": " }));
}

@@ -23,0 +23,0 @@ return _properties || [];

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

@@ -5,0 +5,0 @@ "scripts": {

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