Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More →
Socket
Sign inDemoInstall
Socket

@rerun-io/web-viewer-react

Package Overview
Dependencies
Maintainers
2
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rerun-io/web-viewer-react - npm Package Compare versions

Comparing version 0.13.0-alpha.4 to 0.13.0-alpha.11

2

index.d.ts
declare module '@rerun-io/web-viewer-react' {
import type { default as React } from 'react';
/**

@@ -26,3 +27,2 @@ * Wrapper for `WebViewer` from the `@rerun-io/web-viewer`.

}
export type React = typeof React;
export type Props = {

@@ -29,0 +29,0 @@ /**

import React, { createRef } from "react";
import * as rerun from "@rerun-io/web-viewer";
/** @typedef {import("react")} React */
/**

@@ -7,0 +5,0 @@ * @typedef Props

{
"name": "@rerun-io/web-viewer-react",
"version": "0.13.0-alpha.4",
"version": "0.13.0-alpha.11",
"description": "Embed the Rerun web viewer in your React app",
"private": false,
"licenses": [
{
"type": "MIT"
},
{
"type": "Apache-2.0"
}
],
"scripts": {

@@ -21,2 +28,3 @@ "build:types": "dts-buddy",

"homepage": "https://rerun.io",
"type": "module",
"exports": {

@@ -36,3 +44,3 @@ ".": {

"dependencies": {
"@rerun-io/web-viewer": "0.13.0-alpha.4",
"@rerun-io/web-viewer": "0.13.0-alpha.11",
"@types/react": "^18.2.33",

@@ -39,0 +47,0 @@ "react": "^18.2.0"

@@ -38,3 +38,3 @@ # Rerun Web Viewer

The `rrd` in the snippet above should be a URL pointing to either:
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.13.0-alpha.4/examples/dna.rrd>
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.13.0-alpha.11/examples/dna.rrd>
- A WebSocket connection to the SDK opened via the [`serve`](https://www.rerun.io/docs/reference/sdk-operating-modes#serve) API

@@ -41,0 +41,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡ī¸ by Socket Inc