Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@rerun-io/web-viewer
Advanced tools
Embed the Rerun web viewer within your app.
This package is framework-agnostic. A React wrapper is available at https://www.npmjs.com/package/@rerun-io/web-viewer-react.
$ npm i @rerun-io/web-viewer
βΉοΈ Note:
The package version is equal to the supported rerun SDK version.
This means that @rerun-io/web-viewer@0.10.0
can only connect to a data source (.rrd
file, websocket connection, etc.) that originates from a rerun SDK with version 0.10.0
!
The web viewer is an object which manages a canvas element:
import { WebViewer } from "@rerun-io/web-viewer";
const rrd = "β¦";
const parentElement = document.body;
const viewer = new WebViewer();
await viewer.start(rrd, parentElement);
// β¦
viewer.stop();
The rrd
in the snippet above should be a URL pointing to either:
.rrd
file, such as https://app.rerun.io/version/0.12.0/examples/dna.rrdserve
APIIf rrd
is not set, the viewer will display the same welcome screen as https://app.rerun.io.
For a full example, see https://github.com/rerun-io/web-viewer-example. You can open the example via CodeSandbox: https://codesandbox.io/s/github/rerun-io/web-viewer-example
βΉοΈ Note: This package only targets recent versions of browsers. If your target browser does not support Wasm imports or top-level await, you may need to install additional plugins for your bundler.
$ npm run build
0.12.0 - Data Loaders, Container-editing, Python-3.12 - 2024-01-09
<p align="center"> <img src="https://github.com/rerun-io/rerun/assets/1148717/668964f6-bee3-4339-8404-5d655755d6db" </p>recording_id
in C and C++ SDKs #4384--stdout
/-o
to our CLI helper library #4544recording_id
in Rust SDK #4383--stdout
/-o
to our CLI helper library #4544DataLoader
s 0: utility for hierarchical EntityPath
from file path #4516DataLoader
s 1: introduce, and migrate to, DataLoader
s #4517DataLoader
s 2: add text-based DataLoader
(.txt
, .md
) #4518DataLoader
s 3: add 3D point cloud DataLoader
(.ply
) #4519DataLoader
s 4: add generic folder DataLoader
#4520DataLoader
s 5: add support for external binary DataLoader
s (PATH) #4521DataLoader
s 6: first-class support for Incompatible
#4565DataLoader
s 7: support for custom DataLoader
s #4566EntityProperties
to SpaceViewClass
methods #4363egui_plot
auto-bounds state after dragging the time cursor in timeseries space views #4270re_ui
and use it for the Space View entity picker #4577demo.rerun.io
#4418wgpu
profiling scopes to puffin #4581SpaceViewClass
and changed TextSpaceView
name to "Text Log" #4386rerun
binary #4746#[inline]
#4435StoreDb
to EntityDb
, re_data_store
-> re_entity_db
#4670re_arrow_store
to re_data_store
#4672FAQs
Embed the Rerun web viewer in your app
The npm package @rerun-io/web-viewer receives a total of 212 weekly downloads. As such, @rerun-io/web-viewer popularity was classified as not popular.
We found that @rerun-io/web-viewer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Β It has 0 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
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.