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 6.0.3 to 6.0.4

6

CHANGELOG.md

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

## 6.0.4 (2022-10-24)
### Bug fixes
Make sure the language object has a name.
## 6.0.3 (2022-10-19)

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

1

dist/index.js

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

const pythonLanguage = /*@__PURE__*/LRLanguage.define({
name: "python",
parser: /*@__PURE__*/parser.configure({

@@ -29,0 +30,0 @@ props: [

2

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

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

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