Pythonmonkey

Latest version: v0.6.0

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

Scan your dependencies

Page 2 of 2

0.2.3

This release adds a new type, JSArrayProxy, a subtype of list, to properly proxy JavaScript Arrays as python lists, including having all of the appropriate methods.

This release also adds new methods to JSObjectProxy to more closely match dict. It now has all the same methods as dict except for the following: keys(), items(), update(), and values(). These will be added soon in a future release.

0.2.2

This release includes implementations for URLSearchParams, XMLHttpRequest, atob, btoa, setTimeout, and clearTimeout. It also adds python 3.12 compatibility, better stringification for cross-language objects, and adds an event loop to pmjs. Finally, it fixes a bug preventing some users from installing pythonmonkey from source distributions.

0.2.1

This release includes a debugger for debugging JS code in pythonmonkey. It also exposes the `new` and `typeof` operators from Javascript as functions, as well all of the standard built-in objects.

0.2.0

Our first public release.

Check out [here](https://github.com/Distributive-Network/PythonMonkey#using-the-library) to see how to install and use the library, or [here](https://github.com/Distributive-Network/PythonMonkey#build-instructions) if you would like to compile a local version and/or contribute to the project!

Basic examples can be found in the [`/examples`](https://github.com/Distributive-Network/PythonMonkey/tree/main/examples) directory.
More advanced examples can be found in the dedicated repository <https://github.com/Distributive-Network/PythonMonkey-examples>
Example of a fullstack [AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard) encryption and decryption app that uses the [`crypto-js`](https://www.npmjs.com/package/crypto-js) [NPM](https://en.wikipedia.org/wiki/Npm) package can be found at <https://github.com/Distributive-Network/PythonMonkey-Crypto-JS-Fullstack-Example>

🐍🐒

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.