Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Helper module for point picking rendering passes
npm install gl-select
var createSelectBuffer = require("gl-select")
var select = createSelectBuffer(gl, shape)
Creates a select buffer with the given shape
select.begin(x, y, radius)
Begins a selection pass for finding the closest point in the buffer to x,y
x
and y
are the coordinates of the query point starting from the top-left of the screenradius
is the radius in pixels to searchselect.end()
Finishes the selection pass.
Returns An object whose properties encode the result of the closest point to the query point within radius, or null
if no points are found. The properties of this object are:
coord
A length 2 array representing the coordinates of the closest pixelid
The 8 bit identifier of the closest pointvalue
a 3 component vector storing the value of the selectiondistance
The distance of the closest point to the selection pointselect.dispose()
Destroys the selection buffer and releases all associated resources
select.shape
Updates or retrieves the shape of the selection buffer.
(c) 2014 Mikola Lysenko. MIT License
FAQs
Point picking and selection routines for glsl
The npm package gl-select receives a total of 6 weekly downloads. As such, gl-select popularity was classified as not popular.
We found that gl-select 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 threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.