
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
alpine-math
Advanced tools
A 3D math library WebGL.
Alpine Math
extends the built-in JavaScript Array
class. This means it can be used directly with any JavaScript function that expects plain JavaScript Array
arguments. Similar to math.gl it is debug friendly and offers optional error checking after every math operation which makes it much easier to locate errors. This optional error checking can be disabled for production environments by calling setConfigEntry(MATH_VALIDATE, false)
). It also offers strong printing support
(toString()
) which simplifies debugging.
Alpine Math
builds on top of the excellent gl-matrix library which supports tree-shaking of individually exported functions and has been proven to be stable and correct.
Alpine Engine supports the latest two versions of evergreen
browsers:
Make sure you have Node.js installed.
$ npm install alpine-math
$ yarn start
$ yarn lint
$ yarn test
$ yarn build
My work is released under the MIT license.
FAQs
A 3D math library for interactive WebGL experiences.
The npm package alpine-math receives a total of 19 weekly downloads. As such, alpine-math popularity was classified as not popular.
We found that alpine-math 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
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.