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

vue-webcam

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-webcam - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

package.json
{
"name": "vue-webcam",
"version": "2.0.1",
"version": "2.0.2",
"description": "A Vue component for capturing image from webcam.",

@@ -5,0 +5,0 @@ "main": "VueWebcam.js",

@@ -60,3 +60,3 @@ const Vue = require('vue');

const video = this.$els.video;
const video = this.$refs.video;
if (!this.ctx) {

@@ -86,3 +86,3 @@ const canvas = document.createElement('canvas');

mounted: function () {
this.video = this.$els.video;
this.video = this.$refs.video;
navigator.getUserMedia = navigator.getUserMedia || navigator.webkitGetUserMedia || navigator.mozGetUserMedia || navigator.msGetUserMedia || navigator.oGetUserMedia;

@@ -89,0 +89,0 @@

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