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

ag-timemachine

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ag-timemachine - npm Package Compare versions

Comparing version 1.0.23 to 1.0.24

2

package.json
{
"name": "ag-timemachine",
"version": "1.0.23",
"version": "1.0.24",
"description": "",

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

@@ -144,3 +144,3 @@ import { WebApiProxy, WebStateProxy } from "ag-remote/AgRemoteTypes";

align(): void;
play: import("vue").Ref<boolean>;
playing: import("vue").Ref<boolean>;
speedup(): void;

@@ -147,0 +147,0 @@ slowdown(): void;

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

});
this.play = (0, AgVueWrap_1.ref)(true);
this.playing = (0, AgVueWrap_1.ref)(true);
this.buffer = new TmPlayerBuffer_1.AgTmPlayerBuffer(id, api, state);

@@ -64,3 +64,3 @@ this.cursor = new TmPlayerCursor_1.AgTmPlayerCursor(this.buffer);

this.pollHandle = AgPoll_1.AgPoll.poll(10, function () {
if (!_this.play.value)
if (!_this.playing.value)
return;

@@ -67,0 +67,0 @@ var span = new Date().getTime() - _this.checkpoint.value.time.getTime();

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