New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@testim/root-cause-client-bundled

Package Overview
Dependencies
Maintainers
1
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testim/root-cause-client-bundled - npm Package Compare versions

Comparing version 0.0.5-canary.132 to 0.0.5

5

App.d.ts
/// <reference types="react" />
import type { TestResultFile } from '@testim/root-cause';
import type { TestResultFile } from '@testim/root-cause-types';
interface AppComponentProps {
loadTestResult?: null | (() => Promise<TestResultFile>);
getResourceUrl?: ((resource: string | undefined) => string | undefined);
isClickimMode?: boolean;
}
declare const App: (({ loadTestResult, getResourceUrl }: AppComponentProps) => JSX.Element) & {
declare const App: (({ loadTestResult, getResourceUrl, isClickimMode }: AppComponentProps) => JSX.Element) & {
displayName: string;
};
export default App;

2

components/Logs/helpers.d.ts
import { NormalizedLog } from "./interfaces";
import { ConsoleMessage, ConsoleException } from "@testim/root-cause/src/interfaces";
import { ConsoleMessage, ConsoleException } from "@testim/root-cause-types";
export declare function normalizeError(error: ConsoleException): NormalizedLog;
export declare function normalizeConsoleEntry(consoleEntry: ConsoleMessage): NormalizedLog;
import * as React from "react";
import type { StepResult } from "@testim/root-cause";
import type { StepResult } from "@testim/root-cause-types";
export declare const Logs: React.NamedExoticComponent<{
step: StepResult;
}>;
import React from "react";
import type { Har } from "har-format";
import { StepResult } from "@testim/root-cause";
import type { StepResult } from "@testim/root-cause-types";
export declare const NetworkViewer: React.NamedExoticComponent<{

@@ -5,0 +5,0 @@ harFile: Har;

/// <reference types="react" />
import type { StepResult } from "@testim/root-cause";
import type { StepResult } from "@testim/root-cause-types";
import { ImageStretchBehavior } from "../../hooks/useBackgroundHighlight";

@@ -4,0 +4,0 @@ export declare function Screenshot({ step, apiUrl, className, screenshotClassName, showHighlightRect, imageStretchBehavior }: {

/// <reference types="react" />
import { StepResult } from "@testim/root-cause";
import type { StepResult } from "@testim/root-cause-types";
export declare const StackTrace: ({ step }: {
step: StepResult;
}) => JSX.Element;
/// <reference types="react" />
import { StepResult } from "@testim/root-cause";
import type { StepResult } from "@testim/root-cause-types";
import type { Har } from "har-format";

@@ -4,0 +4,0 @@ export declare const StepResultTitlebar: ({ selectedStep, selectedTab, selectTab, harFileContents }: {

/// <reference types="react" />
import { StepResult } from "@testim/root-cause";
import type { StepResult } from "@testim/root-cause-types";
export declare const StepsSidebar: (() => JSX.Element) & {

@@ -4,0 +4,0 @@ displayName: string;

import * as React from "react";
import { TestResultFile } from "@testim/root-cause";
import type { TestResultFile } from "@testim/root-cause-types";
export declare const TestResultTitlebar: React.NamedExoticComponent<{
testMetadata: TestResultFile["metadata"];
totalTime: number;
isClickimMode: boolean;
}>;
/// <reference types="react" />
import { HasRectangle } from '@testim/root-cause';
import { HasRectangle } from '@testim/root-cause-types';
export declare type ImageStretchBehavior = 'content-fit' | 'zoom';

@@ -4,0 +4,0 @@ export declare function useBackgroundHighlight(step: HasRectangle, image: React.RefObject<HTMLImageElement>, container: React.RefObject<HTMLDivElement>, imageStretchBehavior: ImageStretchBehavior): readonly [undefined, undefined, undefined] | readonly [{

{
"name": "@testim/root-cause-client-bundled",
"version": "0.0.5-canary.132+c28291d",
"version": "0.0.5",
"private": false,

@@ -15,4 +15,3 @@ "proxy": "http://localhost:9876/",

"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public",
"prepublishOnly": "cp ./package.json ./packageToPublish/"
"build-storybook": "build-storybook -s public"
},

@@ -24,5 +23,3 @@ "eslintConfig": {

"production": [
">0.2%",
"not dead",
"not op_mini all"
"last 3 chrome version"
],

@@ -78,4 +75,3 @@ "development": [

"access": "public"
},
"gitHead": "c28291df8fa1f44c665e8165c52d3132f1ba71d4"
}
}
/// <reference types="react" />
import type { StepResult, TestResultFile } from "@testim/root-cause";
import type { StepResult, TestResultFile } from "@testim/root-cause-types";
import type { Har } from "har-format";

@@ -4,0 +4,0 @@ declare let apiUrl: string;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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