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

videogular2-with-offset

Package Overview
Dependencies
Maintainers
1
Versions
334
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

videogular2-with-offset - npm Package Compare versions

Comparing version 0.2.111 to 0.2.112

2

package.json
{
"name": "videogular2-with-offset",
"version": "0.2.111",
"version": "0.2.112",
"description": "Videogular is a video application framework for desktop and mobile powered by Angular",

@@ -5,0 +5,0 @@ "repository": {

@@ -44,5 +44,4 @@ "use strict";

VgMuteComponent.prototype.changeMuteState = function () {
console.log(this.target.muted);
var volume = this.getVolume();
this.elem.muted = !this.elem.muted;
this.target.muted = !this.target.muted;
if (volume === 0) {

@@ -49,0 +48,0 @@ if (this.target.volume === 0 && this.currentVolume === 0) {

@@ -39,3 +39,2 @@ import { OffsetModel } from './../vg-media/offset.model';

readonly followsLive: boolean;
readonly isIOS: boolean;
seekTime(value: number, byPercent?: boolean): void;

@@ -42,0 +41,0 @@ $$seek(media: PlayableModel, value: number, byPercent?: boolean): void;

@@ -11,3 +11,2 @@ "use strict";

var vg_states_1 = require("../states/vg-states");
var vg_utils_1 = require("./vg-utils");
var VgAPI = (function () {

@@ -237,9 +236,2 @@ function VgAPI() {

});
Object.defineProperty(VgAPI.prototype, "isIOS", {
get: function () {
return vg_utils_1.VgUtils.isiOSDevice();
},
enumerable: true,
configurable: true
});
VgAPI.prototype.seekTime = function (value, byPercent) {

@@ -246,0 +238,0 @@ if (byPercent === void 0) { byPercent = false; }

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

[{"__symbolic":"module","version":4,"metadata":{"VgAPI":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":7,"character":1}}],"members":{"onPlayerReady":[{"__symbolic":"method"}],"getDefaultMedia":[{"__symbolic":"method"}],"getMasterMedia":[{"__symbolic":"method"}],"isMasterDefined":[{"__symbolic":"method"}],"getMediaById":[{"__symbolic":"method"}],"play":[{"__symbolic":"method"}],"pause":[{"__symbolic":"method"}],"jumpToLive":[{"__symbolic":"method"}],"seekTime":[{"__symbolic":"method"}],"$$seek":[{"__symbolic":"method"}],"addTextTrack":[{"__symbolic":"method"}],"$$addTextTrack":[{"__symbolic":"method"}],"$$getAllProperties":[{"__symbolic":"method"}],"$$setAllProperties":[{"__symbolic":"method"}],"registerElement":[{"__symbolic":"method"}],"registerMedia":[{"__symbolic":"method"}],"unregisterMedia":[{"__symbolic":"method"}]}}}}]
[{"__symbolic":"module","version":4,"metadata":{"VgAPI":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":6,"character":1}}],"members":{"onPlayerReady":[{"__symbolic":"method"}],"getDefaultMedia":[{"__symbolic":"method"}],"getMasterMedia":[{"__symbolic":"method"}],"isMasterDefined":[{"__symbolic":"method"}],"getMediaById":[{"__symbolic":"method"}],"play":[{"__symbolic":"method"}],"pause":[{"__symbolic":"method"}],"jumpToLive":[{"__symbolic":"method"}],"seekTime":[{"__symbolic":"method"}],"$$seek":[{"__symbolic":"method"}],"addTextTrack":[{"__symbolic":"method"}],"$$addTextTrack":[{"__symbolic":"method"}],"$$getAllProperties":[{"__symbolic":"method"}],"$$setAllProperties":[{"__symbolic":"method"}],"registerElement":[{"__symbolic":"method"}],"registerMedia":[{"__symbolic":"method"}],"unregisterMedia":[{"__symbolic":"method"}]}}}}]

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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