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

@replayio/protocol

Package Overview
Dependencies
Maintainers
9
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@replayio/protocol - npm Package Compare versions

Comparing version 0.50.0 to 0.51.0

2

js/client/build/client.d.ts

@@ -537,2 +537,4 @@ import { mayDisconnect, willDisconnect } from "../../protocol/Connection";

* the recording overflowed.
*
* NOTE: This command will fail if the focus window changes while it is running.
*/

@@ -539,0 +541,0 @@ findMessagesInRange: (parameters: findMessagesInRangeParameters, sessionId?: string | undefined, pauseId?: string | undefined) => Promise<import("../../protocol/Console").findMessagesInRangeResult>;

@@ -897,2 +897,4 @@ export * from "./Connection";

* the recording overflowed.
*
* NOTE: This command will fail if the focus window changes while it is running.
*/

@@ -899,0 +901,0 @@ "Console.findMessagesInRange": {

@@ -340,4 +340,8 @@ import { Location, EventHandlerType, PointDescription } from "./Debugger";

*
* Additionally, when this flag is enabled, the pauseIds returned for
* each evaluation result are not currently usable with pause commands.
*
* NOTE: This flag is not presently supported consistently across our
* target runtimes and will be ignored in those contexts.
* target runtimes. Evaluations with this enabled on unsupported builds will
* trigger a build compatibility exception.
*/

@@ -344,0 +348,0 @@ shareProcesses?: boolean;

2

package.json
{
"name": "@replayio/protocol",
"version": "0.50.0",
"version": "0.51.0",
"description": "Definition of the protocol used by the Record Replay web service",

@@ -5,0 +5,0 @@ "author": "",

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

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

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