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

@rive-app/canvas

Package Overview
Dependencies
Maintainers
4
Versions
236
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.2.3 to 1.2.4

2

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

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

@@ -5,7 +5,7 @@ import * as rc from "./rive_advanced.mjs";

*/
export declare type VoidCallback = () => void;
export type VoidCallback = () => void;
/**
* Type for artboard bounds
*/
export declare type Bounds = rc.AABB;
export type Bounds = rc.AABB;
export declare enum Fit {

@@ -57,3 +57,3 @@ Cover = "cover",

}
export declare type RuntimeCallback = (rive: rc.RiveCanvas) => void;
export type RuntimeCallback = (rive: rc.RiveCanvas) => void;
export declare class RuntimeLoader {

@@ -136,3 +136,3 @@ private static runtime;

*/
export declare type EventCallback = (event: Event) => void;
export type EventCallback = (event: Event) => void;
/**

@@ -148,3 +148,3 @@ * Event listeners registered with the event manager

*/
export declare type FPSCallback = (fps: number) => void;
export type FPSCallback = (fps: number) => void;
declare class EventManager {

@@ -151,0 +151,0 @@ private listeners;

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