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.72

2

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

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

@@ -49,7 +49,7 @@ import * as rc from './rive_advanced.mjs';

constructor(params?: LayoutParameters);
static new({ fit, alignment, minX, minY, maxX, maxY }: LayoutParameters): Layout;
static new({ fit, alignment, minX, minY, maxX, maxY, }: LayoutParameters): Layout;
/**
* Makes a copy of the layout, replacing any specified parameters
*/
copyWith({ fit, alignment, minX, minY, maxX, maxY }: LayoutParameters): Layout;
copyWith({ fit, alignment, minX, minY, maxX, maxY, }: LayoutParameters): Layout;
runtimeFit(rive: rc.RiveCanvas): rc.Fit;

@@ -260,2 +260,3 @@ runtimeAlignment(rive: rc.RiveCanvas): rc.Alignment;

private artboard;
private eventCleanup;
private file;

@@ -262,0 +263,0 @@ private eventManager;

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

Sorry, the diff of this file is not supported yet