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.162 to 1.0.163

2

AgTmObject.js

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

var min = AgHelper_1.AgHelper.offsetTime(new Date(), -60 * 1000).getTime();
while (phrases[0].end.getTime() < min)
while (phrases.length > 0 && phrases[0].end.getTime() < min)
phrases.shift();

@@ -279,0 +279,0 @@ return delta.time;

{
"name": "ag-repo",
"version": "1.0.162",
"version": "1.0.163",
"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