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.30 to 1.0.31

5

AgTmObject.d.ts
import { TmFrequence, TmDelta } from "./AgDataTypes";
import { Db } from "mongodb";
import { Delta } from "ag-utilities/AgDiff";
export declare class AgTmObject<T> {

@@ -8,3 +7,3 @@ get_his_deltas(from: Date, to: Date): Promise<TmDelta[]>;

private _current;
current_value(): import("vue").UnwrapRef<T>;
current(): import("vue").UnwrapRef<T>;
recent_datas(): {

@@ -141,3 +140,3 @@ [key: string]: TmDelta;

}];
onpatch(delta: Delta): void;
private onpatch;
bind(dataSource: () => any): void;

@@ -144,0 +143,0 @@ unbind(): void;

2

AgTmObject.js

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

};
AgTmObject.prototype.current_value = function () {
AgTmObject.prototype.current = function () {
return this._current.value;

@@ -80,0 +80,0 @@ };

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