react-webcam
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -116,3 +116,3 @@ 'use strict'; | ||
if (this.state.hasUserMedia) { | ||
window.URL.revokeObjectUrl(this.state.src); | ||
window.URL.revokeObjectURL(this.state.src); | ||
} | ||
@@ -119,0 +119,0 @@ } |
@@ -95,3 +95,3 @@ import React, { Component } from 'react'; | ||
if (this.state.hasUserMedia) { | ||
window.URL.revokeObjectUrl(this.state.src); | ||
window.URL.revokeObjectURL(this.state.src); | ||
} | ||
@@ -98,0 +98,0 @@ } |
{ | ||
"name": "react-webcam", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0