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 3.4.1 to 3.4.2

7

CHANGELOG.md
# @uppy/webcam
## 3.4.2
Released: 2024-06-04
Included in: Uppy v3.26.0
- @uppy/webcam: add missing types for `recordedVideo` (Antoine du Hamel / #5208)
## 3.4.0

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

1

lib/CameraScreen.js

@@ -30,3 +30,2 @@ 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); }

src,
// @ts-expect-error TODO: remove unused
recordedVideo,

@@ -33,0 +32,0 @@ recording,

@@ -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": "3.4.1"
"version": "3.4.2"
};

@@ -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": "3.4.1",
"version": "3.4.2",
"license": "MIT",

@@ -38,4 +38,4 @@ "main": "lib/index.js",

"peerDependencies": {
"@uppy/core": "^3.11.0"
"@uppy/core": "^3.12.0"
}
}

@@ -10,5 +10,7 @@ # @uppy/webcam

The Webcam plugin for Uppy lets you take photos and record videos with a built-in camera on desktop and mobile devices.
The Webcam plugin for Uppy lets you take photos and record videos with a
built-in camera on desktop and mobile devices.
Uppy is being developed by the folks at [Transloadit](https://transloadit.com), a versatile file encoding service.
Uppy is being developed by the folks at [Transloadit](https://transloadit.com),
a versatile file encoding service.

@@ -35,7 +37,11 @@ ## Example

Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
## Documentation
Documentation for this plugin can be found on the [Uppy website](https://uppy.io/docs/webcam).
Documentation for this plugin can be found on the
[Uppy website](https://uppy.io/docs/webcam).

@@ -42,0 +48,0 @@ ## License

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