🚀 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.5

2

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

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

@@ -18,2 +18,3 @@ # ack-angular-webcam

- [Locally-Test](#locally-test)
- [WoRk On ThIs PaCkAgE](#work-on-this-package)
- [Credits](#credits)

@@ -176,2 +177,14 @@ - [Spec References](#spec-references)

## WoRk On ThIs PaCkAgE
Nobodies perfect
> Source files are on not the default github branch
- [Source files here](https://github.com/AckerApple/ack-angular-webcam/tree/master)
### Process to pull request
- Make changes in master branch
- Change package version number based on impact of change 0.0.0
- npm run build
## Credits

@@ -178,0 +191,0 @@ - [pre-fork package credits](https://github.com/addyosmani/getUserMedia.js#credits)

@@ -227,3 +227,3 @@ "use strict";

this.observer.disconnect();
window.removeEventListener(this.onResize);
window.removeEventListener('resize', this.onResize);
var vid = this.getVideoElm();

@@ -230,0 +230,0 @@ if (vid && vid.pause) {

Sorry, the diff of this file is not supported yet