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.32 to 1.0.33

10

AgTmObject.js

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

return __awaiter(this, void 0, void 0, function () {
var _a, _b, _c, index, snapshot, diff;
var _a, _b, _c, index, i, snapshot, diff;
return __generator(this, function (_d) {

@@ -141,3 +141,9 @@ switch (_d.label) {

_c.value = _d.sent();
index = this._recent_deltas.value.reverse().findIndex(function (o) { return !!o.snapshot; });
index = -1;
for (i = this._recent_deltas.value.length - 1; i >= 0; i--) {
if (this._recent_deltas.value[i].snapshot) {
index = i;
break;
}
}
if (index >= 0) {

@@ -144,0 +150,0 @@ index = this._recent_deltas.value.length - index - 1;

2

package.json
{
"name": "ag-repo",
"version": "1.0.32",
"version": "1.0.33",
"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