Socket
Socket
Sign inDemoInstall

@alwaysmeticulous/common

Package Overview
Dependencies
Maintainers
5
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alwaysmeticulous/common - npm Package Compare versions

Comparing version 2.116.0 to 2.118.0

1

dist/constants.d.ts
import { ScreenshotAssertionsEnabledOptions } from "@alwaysmeticulous/api";
import { ReplayExecutionOptions } from "@alwaysmeticulous/sdk-bundles-api";
export declare const BASE_SNIPPETS_URL = "https://snippet.meticulous.ai/";
export declare const IS_METICULOUS_SUPER_USER: boolean;
export declare const DEFAULT_EXECUTION_OPTIONS: ReplayExecutionOptions;
export declare const DEFAULT_SCREENSHOTTING_OPTIONS: ScreenshotAssertionsEnabledOptions;
export declare const COMMON_CHROMIUM_FLAGS: string[];

3

dist/constants.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.COMMON_CHROMIUM_FLAGS = exports.DEFAULT_SCREENSHOTTING_OPTIONS = exports.DEFAULT_EXECUTION_OPTIONS = exports.BASE_SNIPPETS_URL = void 0;
exports.COMMON_CHROMIUM_FLAGS = exports.DEFAULT_SCREENSHOTTING_OPTIONS = exports.DEFAULT_EXECUTION_OPTIONS = exports.IS_METICULOUS_SUPER_USER = exports.BASE_SNIPPETS_URL = void 0;
exports.BASE_SNIPPETS_URL = "https://snippet.meticulous.ai/";
exports.IS_METICULOUS_SUPER_USER = !!process.env["METICULOUS_SUPER_USER"];
exports.DEFAULT_EXECUTION_OPTIONS = {

@@ -6,0 +7,0 @@ headless: true,

@@ -7,4 +7,4 @@ export { defer, Deferred, DeferredStatus } from "./defer";

export type { RecordedSession } from "./types/session.types";
export { DEFAULT_EXECUTION_OPTIONS, DEFAULT_SCREENSHOTTING_OPTIONS, BASE_SNIPPETS_URL, COMMON_CHROMIUM_FLAGS, } from "./constants";
export { DEFAULT_EXECUTION_OPTIONS, DEFAULT_SCREENSHOTTING_OPTIONS, BASE_SNIPPETS_URL, COMMON_CHROMIUM_FLAGS, IS_METICULOUS_SUPER_USER, } from "./constants";
export { getMeticulousVersion } from "./version.utils";
export { getCommitSha } from "./commit-sha.utils";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getCommitSha = exports.getMeticulousVersion = exports.COMMON_CHROMIUM_FLAGS = exports.BASE_SNIPPETS_URL = exports.DEFAULT_SCREENSHOTTING_OPTIONS = exports.DEFAULT_EXECUTION_OPTIONS = exports.DebugLogger = exports.setLogLevel = exports.initLogger = exports.METICULOUS_LOGGER_NAME = exports.setMeticulousLocalDataDir = exports.getMeticulousLocalDataDir = exports.defer = void 0;
exports.getCommitSha = exports.getMeticulousVersion = exports.IS_METICULOUS_SUPER_USER = exports.COMMON_CHROMIUM_FLAGS = exports.BASE_SNIPPETS_URL = exports.DEFAULT_SCREENSHOTTING_OPTIONS = exports.DEFAULT_EXECUTION_OPTIONS = exports.DebugLogger = exports.setLogLevel = exports.initLogger = exports.METICULOUS_LOGGER_NAME = exports.setMeticulousLocalDataDir = exports.getMeticulousLocalDataDir = exports.defer = void 0;
var defer_1 = require("./defer");

@@ -20,2 +20,3 @@ Object.defineProperty(exports, "defer", { enumerable: true, get: function () { return defer_1.defer; } });

Object.defineProperty(exports, "COMMON_CHROMIUM_FLAGS", { enumerable: true, get: function () { return constants_1.COMMON_CHROMIUM_FLAGS; } });
Object.defineProperty(exports, "IS_METICULOUS_SUPER_USER", { enumerable: true, get: function () { return constants_1.IS_METICULOUS_SUPER_USER; } });
var version_utils_1 = require("./version.utils");

@@ -22,0 +23,0 @@ Object.defineProperty(exports, "getMeticulousVersion", { enumerable: true, get: function () { return version_utils_1.getMeticulousVersion; } });

{
"name": "@alwaysmeticulous/common",
"version": "2.116.0",
"version": "2.118.0",
"description": "Meticulous common utilities",

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

},
"gitHead": "7ca969d9bf0f4c0aeb1ac63f7df260f5e895476f"
"gitHead": "79e655fd5fcec9617b2a4b31640ede21ab112981"
}

Sorry, the diff of this file is not supported yet

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