Comparing version 0.7.8-beta.2 to 0.7.8-beta.3
# Rive.js Changelog | ||
## 0.7.8-beta.3 (Apr 16, 2021) | ||
- Updates how webpack packages the vanilla web version to make it work nicelyt with production builds and parcel | ||
## 0.7.8-beta.2 (Apr 15, 2021) | ||
@@ -4,0 +6,0 @@ - Updates to latest wasm |
{ | ||
"name": "rive-js", | ||
"version": "0.7.8-beta.2", | ||
"version": "0.7.8-beta.3", | ||
"description": "Rive's web api.", | ||
@@ -5,0 +5,0 @@ "main": "dist/rive.dev.js", |
@@ -27,3 +27,3 @@ # Rive.js -- Rive's JS runtime | ||
## 0.7.8-beta.2 | ||
## 0.7.8-beta.3 | ||
@@ -34,3 +34,3 @@ This beta adds state machine support: | ||
<canvas id="canvas" width="400" height="300"></canvas> | ||
<script src="https://unpkg.com/rive-js@0.7.8-beta.2/dist/rive.min.js"></script> | ||
<script src="https://unpkg.com/rive-js@0.7.8-beta.3/dist/rive.min.js"></script> | ||
<script> | ||
@@ -37,0 +37,0 @@ new rive.Rive({ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1530495
7093
2