Socket
Socket
Sign inDemoInstall

@rive-app/canvas-lite

Package Overview
Dependencies
0
Maintainers
5
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.14.1 to 2.14.2

2

package.json
{
"name": "@rive-app/canvas-lite",
"version": "2.14.1",
"version": "2.14.2",
"description": "A lite version of Rive's canvas based web api.",

@@ -5,0 +5,0 @@ "main": "rive.js",

@@ -120,3 +120,4 @@ import * as rc from "./rive_advanced.mjs";

StateChange = "statechange",
RiveEvent = "riveevent"
RiveEvent = "riveevent",
AudioStatusChange = "audiostatuschange"
}

@@ -315,2 +316,3 @@ export type RiveEventPayload = rc.RiveEvent | rc.OpenUrlEvent;

static new(params: RiveParameters): Rive;
private onSystemAudioChanged;
private init;

@@ -317,0 +319,0 @@ /**

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc