Brython

Latest version: v3.13.0

Safety actively analyzes 685670 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 13 of 13

3.0.0rc0

The main change is a strict separation of Javascript and Brython namespace.
Names defined in the global Javascript namespace are no longer available in
the Brython namespace : they must be referenced by


from browser import window
brython_obj = window.javascript_obj


This is achieved by managing all the names in the Brython code as attributes
of block-specific objects

2.2.1

Change Github site to brython-dev/brython

2.2.0

First release on Github - Focus on speed improvement

Page 13 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.