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

@codemirror/lang-javascript

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemirror/lang-javascript - npm Package Compare versions

Comparing version 0.19.2 to 0.19.3

6

CHANGELOG.md

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

## 0.19.3 (2021-11-12)
### Bug fixes
Add styling for private properties.
## 0.19.2 (2021-09-23)

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

4

dist/index.js

@@ -101,6 +101,8 @@ import { parser } from '@lezer/javascript';

PropertyName: tags.propertyName,
PrivatePropertyName: /*@__PURE__*/tags.special(tags.propertyName),
"CallExpression/MemberExpression/PropertyName": /*@__PURE__*/tags.function(tags.propertyName),
"FunctionDeclaration/VariableDefinition": /*@__PURE__*/tags.function(/*@__PURE__*/tags.definition(tags.variableName)),
"ClassDeclaration/VariableDefinition": /*@__PURE__*/tags.definition(tags.className),
PropertyNameDefinition: /*@__PURE__*/tags.definition(tags.propertyName),
PropertyDefinition: /*@__PURE__*/tags.definition(tags.propertyName),
PrivatePropertyDefinition: /*@__PURE__*/tags.definition(/*@__PURE__*/tags.special(tags.propertyName)),
UpdateOp: tags.updateOperator,

@@ -107,0 +109,0 @@ LineComment: tags.lineComment,

{
"name": "@codemirror/lang-javascript",
"version": "0.19.2",
"version": "0.19.3",
"description": "JavaScript language support for the CodeMirror code editor",

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

"@codemirror/view": "^0.19.0",
"@lezer/javascript": "^0.15.0"
"@lezer/javascript": "^0.15.1"
},

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

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