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.
matrix-inverse
Advanced tools
Matrix inverse function. Code is from sylvester by James Coglan, with gratitude.
Install matrix-inverse by running:
npm install matrix-inverse
const matrixInverse = require('matrix-inverse')
const M = [
[3, 3.2],
[3.5, 3.6],
]
const M_inv = matrixInverse(M)
This code was copied and adapted from sylvester at commit 5a2c61681e988d60bf0a4223640c636052946341.
This project was packaged by Paul Melnikow while at Body Labs. Thanks to Body Labs for the repository transfer.
The project is licensed under the MIT license.
2.0.0
FAQs
Matrix inverse (code from sylvester)
The npm package matrix-inverse receives a total of 11,739 weekly downloads. As such, matrix-inverse popularity was classified as popular.
We found that matrix-inverse demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.
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.