Socket
Socket
Sign inDemoInstall

@codemirror/lang-json

Package Overview
Dependencies
9
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.19.2 to 0.20.0

6

CHANGELOG.md

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

## 0.20.0 (2022-04-20)
### Breaking changes
Update dependencies to 0.20.0
## 0.19.2 (2022-02-15)

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

11

dist/index.js
import { parser } from '@lezer/json';
import { LRLanguage, indentNodeProp, continuedIndent, foldNodeProp, foldInside, LanguageSupport } from '@codemirror/language';
import { styleTags, tags } from '@codemirror/highlight';

@@ -49,12 +48,2 @@ /**

"Object Array": foldInside
}),
/*@__PURE__*/styleTags({
String: tags.string,
Number: tags.number,
"True False": tags.bool,
PropertyName: tags.propertyName,
Null: tags.null,
",": tags.separator,
"[ ]": tags.squareBracket,
"{ }": tags.brace
})

@@ -61,0 +50,0 @@ ]

7

package.json
{
"name": "@codemirror/lang-json",
"version": "0.19.2",
"version": "0.20.0",
"description": "JSON language support for the CodeMirror code editor",

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

"dependencies": {
"@codemirror/highlight": "^0.19.0",
"@codemirror/language": "^0.19.0",
"@lezer/json": "^0.15.0"
"@codemirror/language": "^0.20.0",
"@lezer/json": "^0.16.0"
},

@@ -34,0 +33,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc