Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uppy/audio

Package Overview
Dependencies
Maintainers
8
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/audio - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

7

CHANGELOG.md
# @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 @@

2

lib/Audio.js

@@ -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 @@ }

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