Socket
Socket
Sign inDemoInstall

@uppy/webcam

Package Overview
Dependencies
Maintainers
5
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/webcam - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

7

CHANGELOG.md
# @uppy/webcam
## 4.0.1
Released: 2024-07-30
Included in: Uppy v4.1.0
- @uppy/audio,@uppy/webcam: Don't use `<h1>` in Uppy markup (Evgenia Karunus / #5355)
## 4.0.0-beta.8

@@ -4,0 +11,0 @@

2

lib/PermissionsScreen.js

@@ -12,5 +12,5 @@ import { h } from 'preact';

className: "uppy-Webcam-permissonsIcon"
}, icon()), h("h1", {
}, icon()), h("div", {
className: "uppy-Webcam-title"
}, hasCamera ? i18n('allowAccessTitle') : i18n('noCameraTitle')), h("p", null, hasCamera ? i18n('allowAccessDescription') : i18n('noCameraDescription')));
}

@@ -18,3 +18,3 @@ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }

const packageJson = {
"version": "4.0.0"
"version": "4.0.1"
};

@@ -21,0 +21,0 @@ import locale from "./locale.js";

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

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

"dependencies": {
"@uppy/utils": "^6.0.0",
"@uppy/utils": "^6.0.1",
"is-mobile": "^4.0.0",

@@ -38,4 +38,4 @@ "preact": "^10.5.13"

"peerDependencies": {
"@uppy/core": "^4.0.0"
"@uppy/core": "^4.1.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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