New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ag-repo

Package Overview
Dependencies
Maintainers
1
Versions
212
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ag-repo - npm Package Compare versions

Comparing version 1.0.49 to 1.0.50

20

AgTmPlayer.js

@@ -49,2 +49,4 @@ "use strict";

exports.TmPlayer = exports.AgTmPlayer = void 0;
// import { AgTmPlayerBuffer, ServerBufferProxy } from "./TmPlayerBuffer";
var AgPoll_1 = require("ag-utilities/AgPoll");
var AgHelper_1 = require("ag-utilities/AgHelper");

@@ -224,6 +226,16 @@ var AgVueWrap_1 = require("ag-utilities/AgVueWrap");

TmPlayer.prototype.start = function () {
// this.pollhandle = AgPoll.poll(100, async () => {
// await this.tryUpdateFrequence()
// await this.tryUpdateDatas()
// })
var _this = this;
this.pollhandle = AgPoll_1.AgPoll.poll(100, function () { return __awaiter(_this, void 0, void 0, function () {
return __generator(this, function (_a) {
switch (_a.label) {
case 0: return [4 /*yield*/, this.tryUpdateFrequence()];
case 1:
_a.sent();
return [4 /*yield*/, this.tryUpdateDatas()];
case 2:
_a.sent();
return [2 /*return*/];
}
});
}); });
if (typeof window !== 'undefined')

@@ -230,0 +242,0 @@ window.addEventListener('keydown', this.onkeydown);

2

package.json
{
"name": "ag-repo",
"version": "1.0.49",
"version": "1.0.50",
"description": "",

@@ -5,0 +5,0 @@ "author": "",

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