Socket
Socket
Sign inDemoInstall

@ephox/bedrock-common

Package Overview
Dependencies
1
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 12.0.0 to 12.3.2

lib/main/ts/api/Type.d.ts

3

lib/main/ts/api/Main.d.ts

@@ -10,3 +10,4 @@ import { ErrorData } from './ErrorExtractor';

import { Context, ExecuteFn, Hook, HookType, Runnable, RunnableState, Suite, Test, TestGlobals } from './TestTypes';
import * as Type from './Type';
declare type TestThrowable = TestLabel | TestError.TestError;
export { Failure, Global, TestError, LoggedError, ErrorData, Reporter, TestLabel, TestLogs, TestThrowable, Context, ExecuteFn, Hook, HookType, Runnable, RunnableState, Suite, Test, TestGlobals };
export { Failure, Global, TestError, LoggedError, ErrorData, Reporter, TestLabel, TestLogs, TestThrowable, Type, Context, ExecuteFn, Hook, HookType, Runnable, RunnableState, Suite, Test, TestGlobals };

@@ -8,3 +8,4 @@ import * as Failure from './Failure';

import * as TestLogs from './TestLogs';
export { Failure, Global, TestError, LoggedError, Reporter, TestLabel, TestLogs };
import * as Type from './Type';
export { Failure, Global, TestError, LoggedError, Reporter, TestLabel, TestLogs, Type };
//# sourceMappingURL=Main.js.map
{
"name": "@ephox/bedrock-common",
"version": "12.0.0",
"version": "12.3.2",
"author": "Tiny Technologies Inc",

@@ -26,3 +26,3 @@ "license": "Apache-2.0",

},
"gitHead": "6f2877000984a22ee8aab4d9194d6edc9e4fe5d9"
"gitHead": "44f59ccbe4db8f7af413dacea82e7fbc3c3fecf4"
}

@@ -10,2 +10,3 @@ import { ErrorData } from './ErrorExtractor';

import { Context, ExecuteFn, Hook, HookType, Runnable, RunnableState, Suite, Test, TestGlobals } from './TestTypes';
import * as Type from './Type';

@@ -24,2 +25,3 @@ type TestThrowable = TestLabel | TestError.TestError;

TestThrowable,
Type,

@@ -26,0 +28,0 @@ Context,

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc