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.1 to 2.23.2

2

package.json
{
"name": "@rive-app/canvas-single",
"version": "2.23.1",
"version": "2.23.2",
"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;
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 @@

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

static setWasmUrl(url: string): void;
static getWasmUrl(): string;
}

@@ -78,0 +79,0 @@ export declare enum StateMachineInputType {

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