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

@rive-app/canvas-advanced-single

Package Overview
Dependencies
Maintainers
0
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.23.1 to 2.23.2

2

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

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

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

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

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

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

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

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