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.
memory-view-test-helper
Advanced tools
MemoryViewTestHelper provides features that help to test libraries that include MemoryView support.
MemoryViewTestHelper::NDArray
provides simple multi-dimensional numeric array that can export MemoryView.
$ gem install memory-view-test-helper
First you need to require memory-view-test-helper
library.
require "memory-view-test-helper"
You can create a multi-dimensional numeric array by MemoryViewTestHelper.new
.
x = MemoryViewTestHelper::NDArray.new([[1, 2, 3], [4, 5, 6]], dtype: :float64)
By this expression, x
refers a 2x3 matrix of 64-bit floating point numbers.
The MIT license. See LICENSE.txt
for details.
FAQs
Unknown package
We found that memory-view-test-helper 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.