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.24 to 1.0.25

2

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

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

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

AgTmPlayer.prototype.normalizeTarget = function () {
if (this.buffer.target.value.getTime() > this.serverTime.value.getTime()) {
if (this.buffer.target.value.getTime() > this.serverTime.value.getTime() + 2000) {
this.buffer.target.value = this.serverTime.value;

@@ -78,0 +78,0 @@ this.speed.value = 0;

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