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

@rive-app/canvas

Package Overview
Dependencies
Maintainers
4
Versions
246
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rive-app/canvas - npm Package Compare versions

Comparing version 1.0.49 to 1.0.50

2

package.json
{
"name": "@rive-app/canvas",
"version": "1.0.49",
"version": "1.0.50",
"description": "Rive's canvas based web api.",

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

@@ -102,11 +102,12 @@ interface RiveOptions {

export declare class File {
defaultArtboard(): Artboard;
artboardByName(name: string): Artboard;
artboardByIndex(index: number): Artboard;
defaultArtboard(): Artboard; // rive::ArtboardInstance
artboardByName(name: string): Artboard; // rive::ArtboardInstance
artboardByIndex(index: number): Artboard; // rive::ArtboardInstance
artboardCount(): number;
}
// This wraps rive::ArtboardInstance*
export declare class Artboard {
get name(): string;
get bounds(): AABB;
instance(): Artboard;
// Deletes the backing wasm artboard instance

@@ -113,0 +114,0 @@ delete(): void;

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

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