🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

ack-angular-webcam

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ack-angular-webcam - npm Package Compare versions

Comparing version

to
1.3.8

2

package.json
{
"name": "ack-angular-webcam",
"version": "1.3.7",
"version": "1.3.8",
"description": "Angular2 webcam component. Based on MediaDevices and getUserMedia.js ",

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

@@ -57,8 +57,8 @@ "use strict";

//template ref to class object
this.ref = Object.assign(this, this.ref, {
element: this.element,
options: this.options,
onSuccess: this.onSuccess,
onError: this.onError
});
/*this.ref = Object.assign(this, this.ref, {
element:this.element,
options:this.options,
onSuccess:this.onSuccess,
onError:this.onError
})*/
setTimeout(function () { return _this.refChange.emit(_this); }, 0);

@@ -65,0 +65,0 @@ this.createVideoResizer();