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.15 to 1.0.16

2

AgTimeMachine.d.ts

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

};
export type ClientTmApi<T> = Exclude<AgTmObject<T>, 'bind' | 'unbind' | 'loadLatest'>;
export type ClientTmApi<T> = Omit<AgTmObject<T>, 'bind' | 'unbind' | 'loadLatest'>;
export type TimeMachine<T> = {

@@ -11,0 +11,0 @@ [Key in keyof T]: T[Key] extends MapSource<infer v> ? Readonly<{

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