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

@uppy/audio

Package Overview
Dependencies
Maintainers
6
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 1.1.2 to 1.1.3

2

lib/Audio.js

@@ -13,3 +13,3 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

const packageJson = {
"version": "1.1.2"
"version": "1.1.3"
};

@@ -16,0 +16,0 @@ /**

{
"name": "@uppy/audio",
"description": "Uppy plugin that records audio using the device’s microphone.",
"version": "1.1.2",
"version": "1.1.3",
"license": "MIT",

@@ -29,10 +29,10 @@ "main": "lib/index.js",

"dependencies": {
"@uppy/utils": "^5.4.3",
"@uppy/utils": "^5.5.1",
"preact": "^10.5.13"
},
"devDependencies": {
"@jest/globals": "^29.0.0"
"vitest": "^0.34.5"
},
"peerDependencies": {
"@uppy/core": "^3.4.0"
"@uppy/core": "^3.5.1"
},

@@ -39,0 +39,0 @@ "publishConfig": {

@@ -1,2 +0,2 @@

import { describe, expect, it } from '@jest/globals'
import { describe, expect, it } from 'vitest'
import formatSeconds from './formatSeconds.js'

@@ -3,0 +3,0 @@

/* eslint-disable max-classes-per-file */
import { describe, expect, it } from '@jest/globals'
import { describe, expect, it } from 'vitest'
import supportsMediaRecorder from './supportsMediaRecorder.js'

@@ -4,0 +4,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