
Research
Malicious Go “crypto” Module Steals Passwords and Deploys Rekoobe Backdoor
An impersonated golang.org/x/crypto clone exfiltrates passwords, executes a remote shell stager, and delivers a Rekoobe backdoor on Linux.
snap-points-2d
Advanced tools
Runs iterative snap rounding on a set of 2D coordinates to produce a hierarchical level of detail for optimizing online rendering of huge 2D plots.
npm i snap-points-2d
{levels, ids, weights, points} = require('snap-points-2d')(points, bounds?)Reorders the points hierarchically such that those which are drawn at the same pixel coordinate are grouped together.
points is an input array of 2*n coordinate values. It is kept untouched.bounds is an optional array of 4 bounding box values of the points.points is an output float64 array with reordered an normalized to bounds point values.ids is an output uint32 array which gets the reordered index of the points.weights is an output uint32 array of point weights (number of points at the same pixel), which can be used for transparent rendering.levels is an array of LOD scales. Each record is an object with the following properties:
pixelSize the pixel size of this level of detail in data unitsoffset the offset of this lod within the output arraycount the number of items in the lod(c) 2015 Mikola Lysenko. MIT License
FAQs
snap round 2d points
The npm package snap-points-2d receives a total of 1,424 weekly downloads. As such, snap-points-2d popularity was classified as popular.
We found that snap-points-2d demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 26 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 impersonated golang.org/x/crypto clone exfiltrates passwords, executes a remote shell stager, and delivers a Rekoobe backdoor on Linux.

Security News
npm rolls out a package release cooldown and scalable trusted publishing updates as ecosystem adoption of install safeguards grows.

Security News
AI agents are writing more code than ever, and that's creating new supply chain risks. Feross joins the Risky Business Podcast to break down what that means for open source security.