Socket
Socket
Sign inDemoInstall

@uppy/webcam

Package Overview
Dependencies
11
Maintainers
6
Versions
89
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.2 to 3.3.3

2

lib/Webcam.js

@@ -16,3 +16,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.3.2"
"version": "3.3.3"
};

@@ -19,0 +19,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.3.2",
"version": "3.3.3",
"license": "MIT",

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

"dependencies": {
"@uppy/utils": "^5.4.3",
"@uppy/utils": "^5.5.1",
"is-mobile": "^3.1.1",

@@ -36,7 +36,7 @@ "preact": "^10.5.13"

"devDependencies": {
"@jest/globals": "^29.0.0"
"vitest": "^0.34.5"
},
"peerDependencies": {
"@uppy/core": "^3.4.0"
"@uppy/core": "^3.5.1"
}
}

@@ -1,2 +0,2 @@

import { describe, expect, it } from '@jest/globals'
import { describe, expect, it } from 'vitest'
import formatSeconds from './formatSeconds.js'

@@ -3,0 +3,0 @@

/* eslint-disable max-classes-per-file, class-methods-use-this */
import { describe, expect, it } from '@jest/globals'
import { describe, expect, it } from 'vitest'
import supportsMediaRecorder from './supportsMediaRecorder.js'

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

@@ -1,2 +0,2 @@

import { describe, expect, it } from '@jest/globals'
import { describe, expect, it } from 'vitest'
import Uppy from '@uppy/core'

@@ -3,0 +3,0 @@ import Webcam from '../lib/index.js'

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