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

@rive-app/webgl

Package Overview
Dependencies
Maintainers
5
Versions
215
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rive-app/webgl - npm Package Compare versions

Comparing version 2.15.0 to 2.15.1

2

package.json
{
"name": "@rive-app/webgl",
"version": "2.15.0",
"version": "2.15.1",
"description": "Rive's webgl based web api.",

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

@@ -351,2 +351,3 @@ interface RiveOptions {

get bounds(): AABB;
get hasAudio(): boolean;
get frameOrigin(): boolean;

@@ -353,0 +354,0 @@ set frameOrigin(val: boolean);

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

private loaded;
private _observed;
/**

@@ -310,2 +311,3 @@ * Tracks if a Rive file is loaded; we need this in addition to loaded as some

private _volume;
private _hasZeroSize;
durations: number[];

@@ -318,2 +320,3 @@ frameTimes: number[];

private onSystemAudioChanged;
private onCanvasResize;
private init;

@@ -331,2 +334,7 @@ /**

removeRiveListeners(): void;
/**
* If the instance has audio and the system audio is not ready
* we hook the instance to the audio manager
*/
private initializeAudio;
private initData;

@@ -333,0 +341,0 @@ private initArtboard;

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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