Socket
Socket
Sign inDemoInstall

@alwaysmeticulous/client

Package Overview
Dependencies
Maintainers
0
Versions
95
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.150.0 to 2.151.0

dist/api/deployment-lock.api.d.ts

1

dist/index.d.ts

@@ -6,4 +6,5 @@ export * from "./api/github-cloud-replay.api";

export { ExecuteSecureTunnelTestRunOptions, executeSecureTunnelTestRun, getTestRun, GetLatestTestRunOptions, getLatestTestRunResults, TestRun, emitTelemetry, } from "./api/test-run.api";
export { GetIsLockedOptions, getIsLocked } from "./api/deployment-lock.api";
export { IN_PROGRESS_TEST_RUN_STATUS } from "./api/test-run.constants";
export { getApiToken } from "./api-token.utils";
export { ClientOptions, createClient } from "./client";

4

dist/index.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.createClient = exports.getApiToken = exports.IN_PROGRESS_TEST_RUN_STATUS = exports.emitTelemetry = exports.getLatestTestRunResults = exports.getTestRun = exports.executeSecureTunnelTestRun = exports.postSessionIdNotification = exports.getRecordingCommandId = exports.getRecordedSessionData = exports.getRecordedSession = exports.getReplayV3DownloadUrls = exports.getReplayDownloadUrl = exports.getReplay = exports.getProject = void 0;
exports.createClient = exports.getApiToken = exports.IN_PROGRESS_TEST_RUN_STATUS = exports.getIsLocked = exports.emitTelemetry = exports.getLatestTestRunResults = exports.getTestRun = exports.executeSecureTunnelTestRun = exports.postSessionIdNotification = exports.getRecordingCommandId = exports.getRecordedSessionData = exports.getRecordedSession = exports.getReplayV3DownloadUrls = exports.getReplayDownloadUrl = exports.getReplay = exports.getProject = void 0;
__exportStar(require("./api/github-cloud-replay.api"), exports);

@@ -36,2 +36,4 @@ var project_api_1 = require("./api/project.api");

Object.defineProperty(exports, "emitTelemetry", { enumerable: true, get: function () { return test_run_api_1.emitTelemetry; } });
var deployment_lock_api_1 = require("./api/deployment-lock.api");
Object.defineProperty(exports, "getIsLocked", { enumerable: true, get: function () { return deployment_lock_api_1.getIsLocked; } });
var test_run_constants_1 = require("./api/test-run.constants");

@@ -38,0 +40,0 @@ Object.defineProperty(exports, "IN_PROGRESS_TEST_RUN_STATUS", { enumerable: true, get: function () { return test_run_constants_1.IN_PROGRESS_TEST_RUN_STATUS; } });

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

@@ -45,3 +45,3 @@ "license": "ISC",

},
"gitHead": "b25707a5dbb53a20305c2b46a1bbd2a6df696ddc"
"gitHead": "52612abe9266b6124578405e36999a284d95291a"
}

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