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

@ephox/bedrock-client

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ephox/bedrock-client - npm Package Compare versions

Comparing version 11.1.1 to 11.2.1

2

lib/main/ts/api/Bdd.d.ts

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

declare const before: import("@ephox/bedrock-common/lib/main/ts/api/TestTypes").HookFn, beforeEach: import("@ephox/bedrock-common/lib/main/ts/api/TestTypes").HookFn, after: import("@ephox/bedrock-common/lib/main/ts/api/TestTypes").HookFn, afterEach: import("@ephox/bedrock-common/lib/main/ts/api/TestTypes").HookFn, describe: import("@ephox/bedrock-common/lib/main/ts/api/TestTypes").SuiteFn, xdescribe: (name: string, fn: (this: import("@ephox/bedrock-common").Suite) => void) => import("@ephox/bedrock-common").Suite, context: import("@ephox/bedrock-common/lib/main/ts/api/TestTypes").SuiteFn, xcontext: (name: string, fn: (this: import("@ephox/bedrock-common").Suite) => void) => import("@ephox/bedrock-common").Suite, it: import("@ephox/bedrock-common/lib/main/ts/api/TestTypes").TestFn, xit: {
declare const before: import("@ephox/bedrock-common/lib/main/ts/api/TestTypes").HookFn, beforeEach: import("@ephox/bedrock-common/lib/main/ts/api/TestTypes").HookFn, after: import("@ephox/bedrock-common/lib/main/ts/api/TestTypes").HookFn, afterEach: import("@ephox/bedrock-common/lib/main/ts/api/TestTypes").HookFn, describe: import("@ephox/bedrock-common/lib/main/ts/api/TestTypes").SuiteFn, xdescribe: (title: string, fn: (this: import("@ephox/bedrock-common").Suite) => void) => import("@ephox/bedrock-common").Suite, context: import("@ephox/bedrock-common/lib/main/ts/api/TestTypes").SuiteFn, xcontext: (title: string, fn: (this: import("@ephox/bedrock-common").Suite) => void) => import("@ephox/bedrock-common").Suite, it: import("@ephox/bedrock-common/lib/main/ts/api/TestTypes").TestFn, xit: {
(title: string, fn: (this: import("@ephox/bedrock-common").Context, done: (err?: string | import("@ephox/bedrock-common/lib/main/ts/api/TestError").JsError | import("@ephox/bedrock-common/lib/main/ts/api/TestError").AssertionError | import("@ephox/bedrock-common/lib/main/ts/api/TestError").HtmlDiffAssertionError | import("@ephox/bedrock-common/lib/main/ts/api/TestError").PprintAssertionError | (() => string) | undefined) => void) => void): import("@ephox/bedrock-common").Test;

@@ -3,0 +3,0 @@ (title: string, fn: (this: import("@ephox/bedrock-common").Context) => PromiseLike<any>): import("@ephox/bedrock-common").Test;

{
"name": "@ephox/bedrock-client",
"version": "11.1.1",
"version": "11.2.1",
"author": "Tiny Technologies Inc",

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

"dependencies": {
"@ephox/bedrock-common": "^11.1.1",
"@ephox/bedrock-common": "^11.2.1",
"@ephox/dispute": "^1.0.3"

@@ -28,3 +28,3 @@ },

},
"gitHead": "c45d1d7e0f2798338245f80c35824641da6d0787"
"gitHead": "f57be99e8bf8eb5974f98dfb63f56875ff1f9c35"
}
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