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

@rive-app/canvas-single

Package Overview
Dependencies
Maintainers
4
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rive-app/canvas-single - npm Package Compare versions

Comparing version

to
1.0.66

2

package.json
{
"name": "@rive-app/canvas-single",
"version": "1.0.65",
"version": "1.0.66",
"description": "Rive's high-level canvas based web api all in one js file.",

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

@@ -23,3 +23,3 @@ interface RiveOptions {

load(buffer: Uint8Array): File;
load(buffer: Uint8Array): Promise<File>;
makeRenderer(canvas: HTMLCanvasElement | OffscreenCanvas, useOffscreenRenderer: boolean) : CanvasRenderer;

@@ -26,0 +26,0 @@ computeAlignment(fit: Fit, alignment: Alignment, frame: AABB, content: AABB): Mat2D;

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

Sorry, the diff of this file is not supported yet