New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@uppy/screen-capture

Package Overview
Dependencies
Maintainers
5
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/screen-capture - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

2

lib/RecorderScreen.d.ts
import { Component, type ComponentChild } from 'preact';
import type { Body, Meta } from '@uppy/utils/lib/UppyFile';
import type { Body, Meta } from '@uppy/core';
import ScreenCapture, { type ScreenCaptureState } from './ScreenCapture.jsx';

@@ -4,0 +4,0 @@ type RecorderScreenProps<M extends Meta, B extends Body> = {

import { type ComponentChild } from 'preact';
import { UIPlugin, Uppy, type UIPluginOptions } from '@uppy/core';
import type { DefinePluginOpts } from '@uppy/core/lib/BasePlugin.js';
import type { Body, Meta } from '@uppy/utils/lib/UppyFile';
import { UIPlugin } from '@uppy/core';
import type { Uppy, UIPluginOptions, DefinePluginOpts, Body, Meta } from '@uppy/core';
export interface ScreenCaptureOptions extends UIPluginOptions {

@@ -6,0 +5,0 @@ displayMediaConstraints?: MediaStreamConstraints;

@@ -11,3 +11,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.2.0"
"version": "4.2.1"
};

@@ -14,0 +14,0 @@ import locale from './locale.js';

{
"name": "@uppy/screen-capture",
"description": "Uppy plugin that captures video from display or application.",
"version": "4.2.0",
"version": "4.2.1",
"license": "MIT",

@@ -27,7 +27,7 @@ "main": "lib/index.js",

"dependencies": {
"@uppy/utils": "^6.1.0",
"@uppy/utils": "^6.1.1",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^4.4.0"
"@uppy/core": "^4.4.1"
},

@@ -34,0 +34,0 @@ "publishConfig": {

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

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