
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@inb/oeb-chart-scatter
Advanced tools
Repository that contains the code required to visualize results from scientific benchmarking experiments in plot format, and apply several classification methods in order to transform them to tabular format.
NPM Package @inb/oeb-chart-scatter
published to: https://www.npmjs.com/package/@inb/oeb-chart-scatter
The visualizer uses as input the results of one challenge stored in the OpenEBench database in the format of the official Benchmarking Data Model.
Per default it consumes the OpenEBench Sci-API (deprecated).
It is also able to consume the new API OpenEBench API Scientific.
The API can be set by supplying the following attribute: data-api-url="{{ API_URL }}"
The component can be imported in two way: As npm package (preferred), or via the build file from the git repository (see bottom).
npm i @inb/oeb-chart-scatter
In your frontend component:
import { load_scatter_visualization } from "@inb/oeb-chart-scatter";
<div
data-id="{{ ID }}"
class="benchmarkingChart_scatter"
data-api-url="{{ API_URL }}"
toTable="true"
></div>
You can then call the load_scatter_visualization()
function.
Requirements:
-npm -http server
Clone the repo to your document root :
git clone https://github.com/inab/OpenEBench_scientific_visualizer.git
Install dependencies from package.json :
npm install
Export node moodules :
export PATH="${PWD}/node_modules/.bin/:$PATH"
Compile with webpack and visualize sample results in your localhost :
./node_modules/.bin/webpack-cli src/app.js --output=build/build.js -d -w
Add JS cdn for D3 and jquery and the build file which you can download from build/build.js and tag it into your html. You can then call the load_scatter_visualization()
function.
The HTML file should look like this
See a demo of how this visualizer works here
FAQs
benchmarkingChart_scatter
We found that @inb/oeb-chart-scatter 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.