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 1.0.0 to 1.0.1

2

lib/Audio.js

@@ -17,3 +17,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.0.0"
"version": "1.0.1"
};

@@ -20,0 +20,0 @@ /**

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

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

"dependencies": {
"@uppy/utils": "^5.0.0",
"@uppy/utils": "^5.0.1",
"preact": "^10.5.13"
},
"devDependencies": {
"@jest/globals": "^28.1.0"
"@jest/globals": "^29.0.0"
},
"peerDependencies": {
"@uppy/core": "^3.0.0"
"@uppy/core": "^3.0.1"
},

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

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