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 0.0.2 to 0.0.3

2

dist/react-webcam.js

@@ -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",

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