
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
var hlod = require('snap-points-2d')(points, ids, [, bounds])Reorders the points hierarchically such that those which are drawn at the same pixel coordinate are grouped together.
points is an array of 2*n valuesids is an array which gets the reordered index of the pointsbounds is an optional array of 4 values giving the bounding box of the pointsReturns 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 lodNote the points in output are rescaled to the unit box [0,1]x[0,1] and the array points in the input is shuffled during execution.
(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.