You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
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

to
1.0.187

3

AgTmPlayer.d.ts

@@ -5,3 +5,3 @@ import { ComputedRef } from "ag-utilities/AgVueWrap";

export declare const AgTmPlayer: {
create(api: WebProxy<TimeMachineApi>, server_time: ComputedRef<Date>): {
create<T>(api: WebProxy<TimeMachineApi>, server_time: ComputedRef<Date>): {
readonly frames: Date[];

@@ -87,3 +87,4 @@ readonly value: any;

readonly lightOut: import("vue").Ref<boolean>;
go<Type extends keyof T, Id extends keyof T[Type]>(type: Type, id: Id): void;
};
};

@@ -181,2 +181,6 @@ "use strict";

get lightOut() { return lightOut; },
go: function (type, id) {
index.type = type;
index.id = id;
}
};

@@ -183,0 +187,0 @@ }

{
"name": "ag-repo",
"version": "1.0.186",
"version": "1.0.187",
"description": "",

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