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

@recordreplay/protocol

Package Overview
Dependencies
Maintainers
7
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@recordreplay/protocol - npm Package Compare versions

Comparing version 0.22.0 to 0.23.0

3

js/client/build/client.d.ts

@@ -45,3 +45,4 @@ import { uploadedData, awaitingSourcemaps, sessionError, getDescriptionParameters, createSessionParameters, releaseSessionParameters, processRecordingParameters, addSourceMapParameters, addOriginalSourceParameters } from "../../protocol/Recording";

* Create a session for inspecting a recording. This command does not return
* until the recording's contents have been fully received. If the contents
* until the recording's contents have been fully received, unless
* <code>loadPoint</code> is specified. If the contents
* are incomplete, <code>uploadedData</code> events will be periodically

@@ -48,0 +49,0 @@ * emitted before the command returns. After creating, a <code>sessionError</code>

@@ -42,3 +42,4 @@ "use strict";

* Create a session for inspecting a recording. This command does not return
* until the recording's contents have been fully received. If the contents
* until the recording's contents have been fully received, unless
* <code>loadPoint</code> is specified. If the contents
* are incomplete, <code>uploadedData</code> events will be periodically

@@ -45,0 +46,0 @@ * emitted before the command returns. After creating, a <code>sessionError</code>

@@ -222,3 +222,4 @@ export * from "./Recording";

* Create a session for inspecting a recording. This command does not return
* until the recording's contents have been fully received. If the contents
* until the recording's contents have been fully received, unless
* <code>loadPoint</code> is specified. If the contents
* are incomplete, <code>uploadedData</code> events will be periodically

@@ -225,0 +226,0 @@ * emitted before the command returns. After creating, a <code>sessionError</code>

@@ -148,2 +148,7 @@ import { SessionId } from "./Session";

/**
* Instead of waiting for the recording to be fully received, only wait until
* enough of the recording has been received that this point can be loaded.
*/
loadPoint?: ExecutionPoint;
/**
* Settings which can be used to configure the session in ways that are not

@@ -150,0 +155,0 @@ * yet officially supported in the protocol.

{
"name": "@recordreplay/protocol",
"version": "0.22.0",
"version": "0.23.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

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