
Research
SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.
eptium
Advanced tools
A jupyter widget to display COPC and COGS data from Eptium.
You can install using pip:
pip install eptium
The following is an example on how to render data within the jupyter notebook environment
import eptium
w = eptium.Eptium()
w.render("https://s3.amazonaws.com/hobu-lidar/autzen-classified.copc.laz")
The example above shows a remote URL to a COPC file. Inside jupyter, this extension can also render local files relative to the notebook.
import eptium
w = eptium.Eptium()
w.render("./path/to/file.copc.laz")
The render method supports other optional arguments to customize the view. Run help(w.render) to see the possible options.
Note: the local file functionality is not present in google colab.
FAQs
A jupyter widget to display COPC and COGS data from Eptium.
We found that eptium 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
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.

Company News
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.