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

to
0.19.5

6

CHANGELOG.md

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

## 0.19.5 (2022-04-06)
### Bug fixes
Make sure * and ** modifiers are highlighted as such, add modifier tag for FormatSpec nodes.
## 0.19.4 (2022-01-26)

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

3

dist/index.js

@@ -61,3 +61,3 @@ import { parser } from '@lezer/python';

/*@__PURE__*/styleTags({
"async '*' '**' FormatConversion": tags.modifier,
"async \"*\" \"**\" FormatConversion FormatSpec": tags.modifier,
"for while if elif else try except finally return raise break continue with pass assert await yield": tags.controlKeyword,

@@ -68,3 +68,2 @@ "in not and or is del": tags.operatorKeyword,

"with as print": tags.keyword,
self: tags.self,
Boolean: tags.bool,

@@ -71,0 +70,0 @@ None: tags.null,

{
"name": "@codemirror/lang-python",
"version": "0.19.4",
"version": "0.19.5",
"description": "Python language support for the CodeMirror code editor",

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

Sorry, the diff of this file is not supported yet