Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
extract-frustum-planes
Advanced tools
Returns a list of frustum planes from a given WebGL matrix (assuming the matrix is stored in the same format as used by gl-matrix).
npm install extract-frustum-planes
var getPlanes = require("extract-frustum-planes")
var glm = require("gl-matrix")
var m = glm.mat4.perspective()
require("extract-frustum-planes")(worldToClip[, zNear, zFar])
Extracts the frustum planes of the combined world to clip coordinate matrix for WebGL
worldToClip
is the concatenated model-view-projection matrix in the same format as expected by WebGL (ie compatible with gl-matrix)zNear
is the near clip plane distance as set by gl.depthRange
(default 0.0)zFar
is the far clip plane distance as set by gl.depthRange
Returns An array of 6 planes encoding the view frustum stored in the order:
left
right
top
bottom
near
far
(c) 2013 Mikola Lysenko. MIT License
FAQs
Extracts the planes for a WebGL viewing frustum
We found that extract-frustum-planes 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.