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

react-webcam

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-webcam - npm Package Compare versions

Comparing version 4.1.1 to 4.2.0

4

dist/react-webcam.d.ts
import * as React from "react";
export interface WebcamProps {
export interface WebcamProps extends React.HTMLProps<HTMLVideoElement> {
audio: boolean;

@@ -20,3 +20,3 @@ audioConstraints?: MediaStreamConstraints["audio"];

}
export default class Webcam extends React.Component<WebcamProps & React.HTMLAttributes<HTMLVideoElement>, WebcamState> {
export default class Webcam extends React.Component<WebcamProps, WebcamState> {
static defaultProps: {

@@ -23,0 +23,0 @@ audio: boolean;

{
"name": "react-webcam",
"version": "4.1.1",
"version": "4.2.0",
"description": "React webcam component",

@@ -5,0 +5,0 @@ "main": "dist/react-webcam.js",

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