
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
A 3D array-like NumPy-based data structure for large sparsely-populated volumes
A 3D array-like NumPy-based data structure for large sparsely-populated volumes
This library provides a data structure, Sparse, which represents 3D volumetric data
and supports a subset of np.ndarray features.
>>> import numpy as np
>>> from chunky3d import Sparse
>>> s = Sparse(shape=(64, 64, 64))
>>> s[0, 0, 0]
0
>>> s.dtype
numpy.float64
>>> s.nchunks
8
>>> s.nchunks_initialized
0
>>> s[1, 2, 3] = 3
>>> s.nchunks_initialized
1
>>> s[:2, 2, 3:5]
array([[0., 0.],
[3., 0.]])
chunky3d.sparse_func - a collection of functions for analyzing chunked arrays, including
morphological operations (opening, closing), thinning, connected componentsmsgpack.run(), with possible acceleration using multiprocessingmultiprocessing-based acceleration in most of existing sparse_funcnumbadtype=np.uint8 via chunky3d.k3d_connector.get_k3d_object()FAQs
A 3D array-like NumPy-based data structure for large sparsely-populated volumes
We found that chunky3d demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.

Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.

Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.