Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ag-repo

Package Overview
Dependencies
Maintainers
0
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.204 to 1.0.205

1

AgTimeMachine.d.ts

@@ -17,2 +17,3 @@ import type { Db } from "mongodb";

lifetime?: [Date, Date];
value?: any;
};

@@ -19,0 +20,0 @@ hisData: {

2

AgTmPlayer.d.ts

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

readonly frames: Date[];
readonly value: Date;
readonly value: any;
readonly frequency: number[];

@@ -11,0 +11,0 @@ readonly lifetime: [Date, Date];

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

// get value() { return value.value },
get value() { return cursor.value; },
get value() { return hot.value.value; },
get frequency() { return frequency.value; },

@@ -173,0 +173,0 @@ get lifetime() { return lifetime.value; },

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