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

rive-js

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rive-js - npm Package Compare versions

Comparing version 0.7.9 to 0.7.10

3

CHANGELOG.md
# Rive.js Changelog
## 0.7.10
- Fixes incorrect types path
## 0.7.9

@@ -4,0 +7,0 @@ - Promotes beta to stable

4

package.json
{
"name": "rive-js",
"version": "0.7.9",
"version": "0.7.10",
"description": "Rive's web api.",

@@ -36,3 +36,3 @@ "main": "dist/rive.dev.js",

],
"typings": "./rive.d.ts",
"typings": "./dist/rive.d.ts",
"dependencies": {

@@ -39,0 +39,0 @@ "rive-canvas": "0.7.3"

@@ -10,3 +10,3 @@ # Rive.js -- Rive's JS runtime

```javascript
<script src="https://unpkg.com/rive-js@0.7.9/dist/rive.min.js"></script>
<script src="https://unpkg.com/rive-js@0.7.10/dist/rive.min.js"></script>
```

@@ -18,3 +18,3 @@

"dependencies": {
"rive-js": "0.7.9"
"rive-js": "0.7.10"
}

@@ -38,3 +38,3 @@ }

<canvas id="canvas" width="400" height="300"></canvas>
<script src="https://unpkg.com/rive-js@0.7.9/dist/rive.min.js"></script>
<script src="https://unpkg.com/rive-js@0.7.10/dist/rive.min.js"></script>
<script>

@@ -41,0 +41,0 @@ // autoplays the first animation in the default artboard

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