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

rive-react

Package Overview
Dependencies
Maintainers
4
Versions
209
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rive-react - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

6

package.json
{
"name": "rive-react",
"version": "3.0.0",
"version": "3.0.1",
"description": "React wrapper around the rive-js library",

@@ -30,4 +30,4 @@ "main": "dist/index.js",

"dependencies": {
"@rive-app/canvas": "1.0.46",
"@rive-app/webgl": "1.0.43"
"@rive-app/canvas": "1.0.47",
"@rive-app/webgl": "1.0.44"
},

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

@@ -203,1 +203,6 @@ ![Build Status](https://github.com/rive-app/rive-react/actions/workflows/tests.yml/badge.svg)

Starting in v2.0, we introduce one breaking change where any non-style props set on the `RiveComponent` (i.e `aria-*`, `role`, etc.) will be set on the inner `<canvas>` element. Previously, all extra props would be set onto the containing `<div>` element. Both the `className` and `style` props will continue to be set on the `<div>` element that wraps the canvas, as this dictates the sizing of the Rive component.
### Migrating to 3.0
There are no breaking changes here. If you have migrated to v2.x.x, you can safely migrate to 3.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