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 11.0.0 to 11.1.1

1

lib/main/ts/api/TestTypes.d.ts

@@ -67,2 +67,3 @@ import { TestError } from './TestError';

readonly setResult: (state: RunnableState, e?: Error) => void;
readonly _onChange: (type: 'retries' | 'slow' | 'timeout', callback: (value: number) => void) => () => void;
}

@@ -69,0 +70,0 @@ export interface Hook extends Runnable {

4

package.json
{
"name": "@ephox/bedrock-common",
"version": "11.0.0",
"version": "11.1.1",
"author": "Tiny Technologies Inc",

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

},
"gitHead": "5b46ae69e978bb417e90dea467602583a2f83e1e"
"gitHead": "c45d1d7e0f2798338245f80c35824641da6d0787"
}

@@ -79,2 +79,3 @@ import { TestError } from './TestError';

readonly setResult: (state: RunnableState, e?: Error) => void;
readonly _onChange: (type: 'retries' | 'slow' | 'timeout', callback: (value: number) => void) => () => void;
}

@@ -81,0 +82,0 @@

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