Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
--123hoodmane-pyodide
Advanced tools
Download and extract Pyodide packages from Github
releases
(pyodide-build-*.tar.bz2
). The version of the release needs to match exactly the version of this package.
Then you can load Pyodide in Node.js as follows,
let pyodide_pkg = await import("pyodide/pyodide.js");
let pyodide = await pyodide_pkg.loadPyodide({
indexURL: "<pyodide artifacts folder>",
});
await pyodide.runPythonAsync("1+1");
Note: To start node REPL with support for top level await, use node --experimental-repl-await
.
See the documentation fore more details.
The JavaScript code in this package is responsible for the following tasks:
js/pyodide
JavaScript API into sys.modules
. This is the
final runtime dependency for core/pyodide
& py/pyodide
, so after this step
the interpreter is fully up and running.FAQs
The Pyodide JavaScript package
The npm package --123hoodmane-pyodide receives a total of 11 weekly downloads. As such, --123hoodmane-pyodide popularity was classified as not popular.
We found that --123hoodmane-pyodide demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.