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.2 to 2.0.3

2

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

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

@@ -0,1 +1,6 @@

// TODO:
// 1. Enable mirror option
// 2. Improve options handling
// 3. Error handling
const Vue = require('vue');

@@ -11,4 +16,3 @@

src: this.src,
autoplay: this.autoplay,
style: this.styleObject
autoplay: this.autoplay
}

@@ -15,0 +19,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