Socket
Socket
Sign inDemoInstall

@uppy/webcam

Package Overview
Dependencies
10
Maintainers
5
Versions
93
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.27.1 to 0.27.2

4

lib/index.js

@@ -311,3 +311,3 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };

name: name,
data: new File([blob], name, { type: mimeType }),
data: new Blob([blob], { type: mimeType }),
type: mimeType

@@ -331,3 +331,3 @@ };

name: name,
data: new File([blob], name, { type: mimeType }),
data: new Blob([blob], { type: mimeType }),
type: mimeType

@@ -334,0 +334,0 @@ };

{
"name": "@uppy/webcam",
"description": "Uppy plugin that takes photos or records videos using the device's camera.",
"version": "0.27.1",
"version": "0.27.2",
"license": "MIT",

@@ -30,12 +30,11 @@ "main": "lib/index.js",

"dependencies": {
"@uppy/utils": "0.27.0",
"@uppy/utils": "0.27.1",
"preact": "^8.2.9"
},
"devDependencies": {
"@uppy/core": "0.27.0"
"@uppy/core": "0.27.1"
},
"peerDependencies": {
"@uppy/core": "^0.27.0"
},
"gitHead": "6b82d12d42a0dfdd9e0677a18efcaf44c251c58c"
}
}

@@ -289,3 +289,3 @@ const { h } = require('preact')

name: name,
data: new File([blob], name, { type: mimeType }),
data: new Blob([blob], { type: mimeType }),
type: mimeType

@@ -309,3 +309,3 @@ }

name: name,
data: new File([blob], name, { type: mimeType }),
data: new Blob([blob], { type: mimeType }),
type: mimeType

@@ -312,0 +312,0 @@ }

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc