Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uppy/webcam

Package Overview
Dependencies
Maintainers
5
Versions
97
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-beta.9 to 4.0.0

6

lib/Webcam.d.ts
import { type ComponentChild } from 'preact';
import { UIPlugin } from '@uppy/core';
import type { Uppy, UIPluginOptions } from '@uppy/core';
import type { DefinePluginOpts } from '@uppy/core/lib/BasePlugin';
import type { Body, Meta, MinimalRequiredUppyFile } from '@uppy/utils/lib/UppyFile.ts';
import type { PluginTarget } from '@uppy/core/lib/UIPlugin';
import type { DefinePluginOpts } from '@uppy/core/lib/BasePlugin.js';
import type { Body, Meta, MinimalRequiredUppyFile } from '@uppy/utils/lib/UppyFile';
import type { PluginTarget } from '@uppy/core/lib/UIPlugin.js';
export interface WebcamOptions<M extends Meta, B extends Body> extends UIPluginOptions {

@@ -8,0 +8,0 @@ target?: PluginTarget<M, B>;

@@ -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-beta.9"
"version": "4.0.0"
};

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

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

"dependencies": {
"@uppy/utils": "^6.0.0-beta.9",
"@uppy/utils": "^6.0.0",
"is-mobile": "^4.0.0",

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

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

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