
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
octave-ruby http://octave-ruby.rubyforge.org/ jonathan@daikini.com A big thank you to Lipomics Technologies, Inc. http://www.lipomics.com for sponsoring this project.
== DESCRIPTION:
A Ruby interface to the Octave interpreted language.
== FEATURES:
== USAGE:
require 'octave'
engine = Octave::Engine.new engine.eval "123.456 * 789.101112" engine.rand(10)
matrix = Octave::Matrix.new(20, 400) 20.times { |m| 400.times { |n| matrix[m, n] = rand } } engine.put_variable("m", matrix)
engine.save "/tmp/20_x_400_matrix"
== REQUIREMENTS:
== INSTALL:
Simply do the following, after installing Octave:
Alternatively, you can download and install the RubyGem package for octave-ruby (you must have RubyGems and Octave installed, first):
If you have Octave installed in a non-standard location, you can specify the location of the include and lib files by doing:
== LICENSE
octave-ruby is licensed under the GPL License.
Copyright (c) 2007 Jonathan Younger jonathan.younger@lipomics.com
FAQs
Unknown package
We found that daikini-octave-ruby 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
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.