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 0.17.1 to 0.18.0

2

CHANGELOG.md

@@ -0,1 +1,3 @@

## 0.18.0 (2021-03-03)
## 0.17.1 (2021-01-06)

@@ -2,0 +4,0 @@

4

dist/index.js
import { parser } from 'lezer-css';
import { syntaxTree, LezerLanguage, indentNodeProp, continuedIndent, foldNodeProp, LanguageSupport } from '@codemirror/language';
import { syntaxTree, LezerLanguage, indentNodeProp, continuedIndent, foldNodeProp, foldInside, LanguageSupport } from '@codemirror/language';
import { styleTags, tags as tags$1 } from '@codemirror/highlight';

@@ -157,3 +157,3 @@

foldNodeProp.add({
Block(subtree) { return { from: subtree.from + 1, to: subtree.to - 1 }; }
Block: foldInside
}),

@@ -160,0 +160,0 @@ styleTags({

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

@@ -29,8 +29,7 @@ "scripts": {

"dependencies": {
"@codemirror/autocomplete": "^0.17.0",
"@codemirror/highlight": "^0.17.0",
"@codemirror/language": "^0.17.0",
"@codemirror/state": "^0.17.0",
"lezer-css": "^0.13.0",
"lezer-tree": "^0.13.0"
"@codemirror/autocomplete": "^0.18.0",
"@codemirror/highlight": "^0.18.0",
"@codemirror/language": "^0.18.0",
"@codemirror/state": "^0.18.0",
"lezer-css": "^0.13.0"
},

@@ -37,0 +36,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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