Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@alwaysmeticulous/common

Package Overview
Dependencies
Maintainers
4
Versions
160
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.26.0 to 2.29.1

2

dist/defer.d.ts

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

export declare type DeferredStatus = "pending" | "fulfilled" | "rejected";
export type DeferredStatus = "pending" | "fulfilled" | "rejected";
export interface Deferred<T = void> {

@@ -3,0 +3,0 @@ resolve: (value: T) => void;

@@ -1,4 +0,4 @@

export declare type StringId<FlavorT> = Flavor<string, FlavorT>;
export declare type Flavor<T, FlavorT> = T & {
export type StringId<FlavorT> = Flavor<string, FlavorT>;
export type Flavor<T, FlavorT> = T & {
_type?: FlavorT;
};

@@ -20,2 +20,2 @@ import type { DebugLogger } from "../logger/debug-logger";

}
export declare type RecordSessionFn = (options: RecordSessionOptions) => Promise<void>;
export type RecordSessionFn = (options: RecordSessionOptions) => Promise<void>;

@@ -21,2 +21,2 @@ import { SessionData } from "@alwaysmeticulous/api";

}
export declare type CreateReplayDebuggerFn = (options: ReplayDebuggerOptions) => Promise<any>;
export type CreateReplayDebuggerFn = (options: ReplayDebuggerOptions) => Promise<any>;

@@ -20,3 +20,3 @@ import { SessionData } from "@alwaysmeticulous/api";

}
export declare type ReplayTarget = SnapshottedAssetsReplayTarget | URLReplayTarget | OriginalRecordedURLReplayTarget;
export type ReplayTarget = SnapshottedAssetsReplayTarget | URLReplayTarget | OriginalRecordedURLReplayTarget;
export interface SnapshottedAssetsReplayTarget {

@@ -63,3 +63,3 @@ type: "snapshotted-assets";

}
export declare type ScreenshottingOptions = {
export type ScreenshottingOptions = {
enabled: false;

@@ -75,3 +75,3 @@ } | ScreenshottingEnabledOptions;

}
export declare type StoryboardOptions = {
export type StoryboardOptions = {
enabled: false;

@@ -105,3 +105,3 @@ } | {

}
export declare type ReplayEventsFn = (options: ReplayEventsOptions) => Promise<void>;
export type ReplayEventsFn = (options: ReplayEventsOptions) => Promise<void>;
export interface Replay {

@@ -111,5 +111,5 @@ id: string;

}
export declare type NotebookRunId = StringId<"NotebookRunId">;
export declare type TestRunId = StringId<"TestRunId">;
export declare type GeneratedBy = GeneratedByNotebookRun | GeneratedByTestRun | GeneratedByReplayCommand;
export type NotebookRunId = StringId<"NotebookRunId">;
export type TestRunId = StringId<"TestRunId">;
export type GeneratedBy = GeneratedByNotebookRun | GeneratedByTestRun | GeneratedByReplayCommand;
export interface GeneratedByNotebookRun {

@@ -116,0 +116,0 @@ type: "notebook";

{
"name": "@alwaysmeticulous/common",
"version": "2.26.0",
"version": "2.29.1",
"description": "Meticulous common utilities",

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

"scripts": {
"clean": "rimraf dist",
"clean": "rimraf dist tsconfig.tsbuildinfo",
"build": "tsc --build tsconfig.json",

@@ -26,5 +26,5 @@ "dev": "tsc --build tsconfig.json --watch",

"devDependencies": {
"@alwaysmeticulous/api": "^2.26.0",
"@alwaysmeticulous/sdk-bundles-api": "^2.26.0",
"@sentry/types": "^7.21.1"
"@alwaysmeticulous/api": "^2.29.1",
"@alwaysmeticulous/sdk-bundles-api": "^2.29.1",
"@sentry/types": "^7.34.0"
},

@@ -48,3 +48,3 @@ "author": {

},
"gitHead": "e2537377f68c00b3db4afa3708b93f44239980af"
"gitHead": "fea9a688059394f468dec45b5ebc2b6e9e428a37"
}
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