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

@rive-app/canvas-single

Package Overview
Dependencies
Maintainers
0
Versions
216
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 2.23.2 to 2.23.3

2

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

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

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

*/
get artboardWidth(): number | undefined;
get artboardWidth(): number;
set artboardWidth(val: number);

@@ -380,3 +380,3 @@

*/
get artboardHeight(): number | undefined;
get artboardHeight(): number;
set artboardHeight(val: number);

@@ -383,0 +383,0 @@

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

*
* This will return undefined if the artboard is not loaded yet and a custom
* This will return 0 if the artboard is not loaded yet and a custom
* width has not been set.

@@ -674,3 +674,3 @@ *

*/
get artboardWidth(): number | undefined;
get artboardWidth(): number;
set artboardWidth(value: number);

@@ -680,3 +680,3 @@ /**

*
* This will return undefined if the artboard is not loaded yet and a custom
* This will return 0 if the artboard is not loaded yet and a custom
* height has not been set.

@@ -688,3 +688,3 @@ *

*/
get artboardHeight(): number | undefined;
get artboardHeight(): number;
set artboardHeight(value: number);

@@ -691,0 +691,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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc