Socket
Socket
Sign inDemoInstall

@alwaysmeticulous/client

Package Overview
Dependencies
6
Maintainers
5
Versions
74
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.71.0 to 2.72.0

2

dist/api/replay.api.d.ts
import { Replay } from "@alwaysmeticulous/api";
import { AxiosInstance } from "axios";
export declare const getReplay: (client: AxiosInstance, replayId: string) => Promise<Replay>;
export declare const getReplay: (client: AxiosInstance, replayId: string) => Promise<Omit<Replay, "project">>;
export interface ReplayDownloadUrlOutput {

@@ -5,0 +5,0 @@ replayId: string;

{
"name": "@alwaysmeticulous/client",
"version": "2.71.0",
"version": "2.72.0",
"description": "Helper methods for using the Meticulous backend API",

@@ -23,4 +23,4 @@ "license": "ISC",

"@alwaysmeticulous/api": "^2.71.0",
"@alwaysmeticulous/common": "^2.71.0",
"@alwaysmeticulous/sdk-bundles-api": "^2.71.0",
"@alwaysmeticulous/common": "^2.72.0",
"@alwaysmeticulous/sdk-bundles-api": "^2.72.0",
"axios": "^1.2.6",

@@ -47,3 +47,3 @@ "axios-retry": "^3.5.0",

},
"gitHead": "2f17f5cb81840f0c392103d686eeaf9738cba1be"
"gitHead": "f39fc34ba27a6f530d670b5282a9bc3afca63e9f"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc