react-webcam
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -18,3 +18,3 @@ import * as React from "react"; | ||
} | ||
export default class Webcam extends React.Component<WebcamProps, WebcamState> { | ||
export default class Webcam extends React.Component<WebcamProps & React.HTMLAttributes<HTMLVideoElement>, WebcamState> { | ||
static defaultProps: { | ||
@@ -21,0 +21,0 @@ audio: boolean; |
{ | ||
"name": "react-webcam", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "React webcam component", | ||
@@ -5,0 +5,0 @@ "main": "dist/react-webcam.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
103859