@uppy/audio
Advanced tools
Comparing version 0.3.0 to 0.3.1
# @uppy/audio | ||
## 0.3.1 | ||
Released: 2022-05-14 | ||
Included in: Uppy v2.10.0 | ||
- @uppy/audio: fix types (Merlijn Vos / #3689) | ||
## 0.3.0 | ||
@@ -4,0 +11,0 @@ |
@@ -26,3 +26,3 @@ "use strict"; | ||
const packageJson = { | ||
"version": "0.3.0" | ||
"version": "0.3.1" | ||
}; | ||
@@ -29,0 +29,0 @@ /** |
{ | ||
"name": "@uppy/audio", | ||
"description": "Uppy plugin that records audio using the device’s microphone.", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"license": "MIT", | ||
@@ -29,7 +29,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^4.0.5", | ||
"@uppy/utils": "^4.0.7", | ||
"preact": "^10.5.13" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^2.1.6" | ||
"@uppy/core": "^2.2.0" | ||
}, | ||
@@ -36,0 +36,0 @@ "publishConfig": { |
@@ -6,3 +6,3 @@ import type { PluginOptions, UIPlugin, PluginTarget } from '@uppy/core' | ||
target?: PluginTarget | ||
showVideoSourceDropdown?: boolean | ||
showAudioSourceDropdown?: boolean | ||
locale?: AudioLocale | ||
@@ -9,0 +9,0 @@ } |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
119296
0
Updated@uppy/utils@^4.0.7