New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@codemirror/lang-python

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemirror/lang-python - npm Package Compare versions

Comparing version 0.17.1 to 0.17.2

6

CHANGELOG.md

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

## 0.17.2 (2021-01-12)
### Bug fixes
Improves the highlighting specificity for names of function and class definitions.
## 0.17.1 (2021-01-06)

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

2

dist/index.js

@@ -30,2 +30,4 @@ import { parser } from 'lezer-python';

"CallExpression/VariableName": tags.function(tags.variableName),
"FunctionDefinition/VariableName": tags.function(tags.definition(tags.variableName)),
"ClassDefinition/VariableName": tags.definition(tags.className),
PropertyName: tags.propertyName,

@@ -32,0 +34,0 @@ "CallExpression/MemberExpression/ProperyName": tags.function(tags.propertyName),

2

package.json
{
"name": "@codemirror/lang-python",
"version": "0.17.1",
"version": "0.17.2",
"description": "Python language support for the CodeMirror code editor",

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

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