Socket
Socket
Sign inDemoInstall

@uppy/webcam

Package Overview
Dependencies
11
Maintainers
5
Versions
93
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0-beta.5 to 4.0.0-beta.6

7

CHANGELOG.md
# @uppy/webcam
## 4.0.0-beta.6
Released: 2024-05-14
Included in: Uppy v4.0.0-beta.7
- @uppy/companion-client,@uppy/dropbox,@uppy/screen-capture,@uppy/unsplash,@uppy/url,@uppy/webcam: Use `title` consistently from locales (Merlijn Vos / #5134)
## 4.0.0-beta.1

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

1

lib/Webcam.d.ts

@@ -16,3 +16,2 @@ import { type ComponentChild } from 'preact';

facingMode?: MediaTrackConstraints['facingMode'];
title?: string;
videoConstraints?: MediaTrackConstraints;

@@ -19,0 +18,0 @@ showRecordingLength?: boolean;

@@ -18,3 +18,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": "4.0.0-beta.5"
"version": "4.0.0-beta.6"
};

@@ -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-beta.5",
"version": "4.0.0-beta.6",
"license": "MIT",

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

"dependencies": {
"@uppy/utils": "^6.0.0-beta.5",
"@uppy/utils": "^6.0.0-beta.6",
"is-mobile": "^3.1.1",

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

"peerDependencies": {
"@uppy/core": "^4.0.0-beta.5"
"@uppy/core": "^4.0.0-beta.7"
},
"stableVersion": "3.4.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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc