New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rive-app/webgl

Package Overview
Dependencies
Maintainers
4
Versions
229
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 1.0.14 to 1.0.15

2

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

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

@@ -258,2 +258,5 @@ import * as rc from './rive_advanced.mjs';

private static readonly missingErrorMessage;
durations: number[];
frameTimes: number[];
frameCount: number;
constructor(params: RiveParameters);

@@ -280,2 +283,4 @@ static new(params: RiveParameters): Rive;

private alignRenderer;
get fps(): number;
get frameTime(): string | 0;
/**

@@ -282,0 +287,0 @@ * Cleans up any Wasm-generated objects that need to be manually destroyed:

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc