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.1.0 to 6.1.1

6

CHANGELOG.md

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

## 6.1.1 (2022-12-24)
### Bug fixes
Remove leftover log statements.
## 6.1.0 (2022-11-18)

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

3

dist/index.js

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

return cached;
console.log("get scope for", node.name);
let completions = [], top = true;

@@ -77,3 +76,3 @@ function def(node, type) {

if (gather && gather(node, def, top) || !top && ScopeNodes.has(node.name))
return console.log("bail for", node.name), false;
return false;
top = false;

@@ -80,0 +79,0 @@ }

{
"name": "@codemirror/lang-python",
"version": "6.1.0",
"version": "6.1.1",
"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