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

@rive-app/canvas-advanced-lite

Package Overview
Dependencies
Maintainers
0
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rive-app/canvas-advanced-lite - npm Package Compare versions

Comparing version 2.23.2 to 2.23.3

2

package.json
{
"name": "@rive-app/canvas-advanced-lite",
"version": "2.23.2",
"version": "2.23.3",
"description": "Rive's lite low-level canvas based web api.",

@@ -5,0 +5,0 @@ "main": "canvas_advanced.mjs",

@@ -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 @@

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