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

@rerun-io/web-viewer

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.1 to 0.0.2

4

package.json
{
"name": "@rerun-io/web-viewer",
"version": "0.0.1",
"version": "0.0.2",
"description": "Embed the Rerun web viewer in your app",

@@ -9,3 +9,3 @@ "private": false,

"build:types": "dts-buddy",
"build": "node build:wasm && build:types",
"build": "npm run build:wasm && npm run build:types",
"prepublishOnly": "dts-buddy"

@@ -12,0 +12,0 @@ },

@@ -29,1 +29,11 @@ # Rerun Web Viewer

```
ℹī¸ Note:
This package only targets recent browsers.
Your environment must support importing `.wasm` files as ES modules.
## Development
```
npm run build
```
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