@remotion/media-utils
Advanced tools
Comparing version 2.2.0-alpha.fedc7825 to 2.2.0
@@ -8,4 +8,4 @@ "use strict"; | ||
return new Promise((resolve, reject) => { | ||
const onError = (ev) => { | ||
reject(ev.error); | ||
const onError = () => { | ||
reject(audio.error); | ||
cleanup(); | ||
@@ -12,0 +12,0 @@ }; |
@@ -13,4 +13,4 @@ "use strict"; | ||
return new Promise((resolve, reject) => { | ||
const onError = (ev) => { | ||
reject(ev.error); | ||
const onError = () => { | ||
reject(video.error); | ||
cleanup(); | ||
@@ -17,0 +17,0 @@ }; |
{ | ||
"name": "@remotion/media-utils", | ||
"version": "2.2.0-alpha.fedc7825", | ||
"version": "2.2.0", | ||
"description": "Utility functions for audio and video", | ||
@@ -15,6 +15,6 @@ "main": "dist/index.js", | ||
"repository": { | ||
"url": "https://github.com/JonnyBurger/remotion" | ||
"url": "https://github.com/remotion-dev/remotion" | ||
}, | ||
"dependencies": { | ||
"remotion": "2.2.0-alpha.fedc7825" | ||
"remotion": "^2.2.0" | ||
}, | ||
@@ -21,0 +21,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
44855
+ Addedremotion@2.6.16(transitive)
- Removedremotion@2.2.0-alpha.fedc7825(transitive)
Updatedremotion@^2.2.0