Socket
Socket
Sign inDemoInstall

@uppy/webcam

Package Overview
Dependencies
Maintainers
8
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 3.0.0-beta.3 to 3.0.0

2

lib/Webcam.js

@@ -20,3 +20,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.0.0-beta.3"
"version": "3.0.0"
};

@@ -23,0 +23,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.0.0-beta.3",
"version": "3.0.0",
"license": "MIT",

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

"dependencies": {
"@uppy/utils": "^5.0.0-beta.1",
"@uppy/utils": "^5.0.0",
"is-mobile": "^3.1.1",

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

"peerDependencies": {
"@uppy/core": "^3.0.0-beta.4"
"@uppy/core": "^3.0.0"
}
}
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