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

@rive-app/react-canvas

Package Overview
Dependencies
Maintainers
4
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rive-app/react-canvas - npm Package Compare versions

Comparing version 3.0.46 to 3.0.47

4

dist/package.json
{
"name": "@rive-app/react-canvas",
"version": "3.0.46",
"version": "3.0.47",
"description": "React wrapper around the @rive-app/canvas library",

@@ -21,3 +21,3 @@ "main": "dist/index.js",

"dependencies": {
"@rive-app/canvas": "1.1.4"
"@rive-app/canvas": "1.1.6"
},

@@ -24,0 +24,0 @@ "peerDependencies": {

import { Layout } from '@rive-app/canvas';
import { ComponentProps } from 'react';
import React, { ComponentProps } from 'react';
export interface RiveProps {

@@ -34,3 +34,3 @@ /**

}
declare const Rive: ({ src, artboard, animations, stateMachines, layout, useOffscreenRenderer, shouldDisableRiveListeners, ...rest }: RiveProps & ComponentProps<'canvas'>) => JSX.Element;
declare const Rive: ({ src, artboard, animations, stateMachines, layout, useOffscreenRenderer, shouldDisableRiveListeners, ...rest }: RiveProps & ComponentProps<'canvas'>) => React.JSX.Element;
export default Rive;
{
"name": "@rive-app/react-canvas",
"version": "3.0.46",
"version": "3.0.47",
"description": "React wrapper around the @rive-app/canvas library",

@@ -21,3 +21,3 @@ "main": "dist/index.js",

"dependencies": {
"@rive-app/canvas": "1.1.4"
"@rive-app/canvas": "1.1.6"
},

@@ -24,0 +24,0 @@ "peerDependencies": {

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