Socket
Socket
Sign inDemoInstall

@uppy/webcam

Package Overview
Dependencies
2
Maintainers
5
Versions
94
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.6 to 1.6.7

5

lib/index.js

@@ -119,4 +119,3 @@ var _class, _temp;

height: "32",
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg"
viewBox: "0 0 32 32"
}, h("g", {

@@ -578,2 +577,2 @@ fill: "none",

return Webcam;
}(Plugin), _class.VERSION = "1.6.6", _temp);
}(Plugin), _class.VERSION = "1.6.7", _temp);

4

lib/RecordButton.js

@@ -21,3 +21,3 @@ var _require = require('preact'),

focusable: "false",
class: "UppyIcon",
class: "uppy-c-icon",
width: "100",

@@ -44,3 +44,3 @@ height: "100",

focusable: "false",
class: "UppyIcon",
class: "uppy-c-icon",
width: "100",

@@ -47,0 +47,0 @@ height: "100",

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

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

"dependencies": {
"@uppy/utils": "^3.0.0",
"@uppy/utils": "^3.1.0",
"preact": "8.2.9"

@@ -36,3 +36,3 @@ },

},
"gitHead": "6a0152327386cb6dd1ae8aada13f13062d326b61"
"gitHead": "b00ba139128393fd625defeb430c9a19b1a138f2"
}

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

this.icon = () => (
<svg aria-hidden="true" focusable="false" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<svg aria-hidden="true" focusable="false" width="32" height="32" viewBox="0 0 32 32">
<g fill="none" fill-rule="evenodd">

@@ -87,0 +87,0 @@ <rect fill="#03BFEF" width="32" height="32" rx="16" />

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

>
<svg aria-hidden="true" focusable="false" class="UppyIcon" width="100" height="100" viewBox="0 0 100 100">
<svg aria-hidden="true" focusable="false" class="uppy-c-icon" width="100" height="100" viewBox="0 0 100 100">
<rect x="15" y="15" width="70" height="70" />

@@ -31,3 +31,3 @@ </svg>

>
<svg aria-hidden="true" focusable="false" class="UppyIcon" width="100" height="100" viewBox="0 0 100 100">
<svg aria-hidden="true" focusable="false" class="uppy-c-icon" width="100" height="100" viewBox="0 0 100 100">
<circle cx="50" cy="50" r="40" />

@@ -34,0 +34,0 @@ </svg>

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc