Socket
Socket
Sign inDemoInstall

@alwaysmeticulous/client

Package Overview
Dependencies
Maintainers
5
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alwaysmeticulous/client - npm Package Compare versions

Comparing version 2.73.0 to 2.74.0

1

dist/index.d.ts

@@ -1,2 +0,1 @@

export { applyDefaultExecutionOptionsFromProject } from "./api/apply-default-execution-options-from-project";
export { getProject } from "./api/project.api";

@@ -3,0 +2,0 @@ export { getReplay, getReplayDownloadUrl } from "./api/replay.api";

4

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.createClient = exports.getLatestTestRunResults = exports.postSessionIdNotification = exports.getRecordingCommandId = exports.getRecordedSessionData = exports.getRecordedSession = exports.getReplayDownloadUrl = exports.getReplay = exports.getProject = exports.applyDefaultExecutionOptionsFromProject = void 0;
var apply_default_execution_options_from_project_1 = require("./api/apply-default-execution-options-from-project");
Object.defineProperty(exports, "applyDefaultExecutionOptionsFromProject", { enumerable: true, get: function () { return apply_default_execution_options_from_project_1.applyDefaultExecutionOptionsFromProject; } });
exports.createClient = exports.getLatestTestRunResults = exports.postSessionIdNotification = exports.getRecordingCommandId = exports.getRecordedSessionData = exports.getRecordedSession = exports.getReplayDownloadUrl = exports.getReplay = exports.getProject = void 0;
var project_api_1 = require("./api/project.api");

@@ -7,0 +5,0 @@ Object.defineProperty(exports, "getProject", { enumerable: true, get: function () { return project_api_1.getProject; } });

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

@@ -24,3 +24,2 @@ "license": "ISC",

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

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

},
"gitHead": "a26ecc580c2922d8dcbb9200ef4593e8b68e15ee"
"gitHead": "0bec6b28471a7a5de407718187862d9c054a76fd"
}

Sorry, the diff of this file is not supported yet

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