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

@recordreplay/protocol

Package Overview
Dependencies
Maintainers
6
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.15.3 to 0.15.4

11

js/protocol/Network.d.ts

@@ -5,3 +5,3 @@ import { TimeStampedPoint } from "./Recording";

*/
export interface RequestInfo {
export interface RequestInfo extends TimeStampedPoint {
/**

@@ -12,9 +12,6 @@ * The unique identifier for this request.

/**
* The point where the request was initiated.
* The point where the request was initiated. The same point may trigger
* multiple requests, such as in the case of a request that redirects.
*/
point?: TimeStampedPoint;
/**
* The time that the request was dispatched.
*/
time: number;
triggerPoint?: TimeStampedPoint;
}

@@ -21,0 +18,0 @@ /**

{
"name": "@recordreplay/protocol",
"version": "0.15.3",
"version": "0.15.4",
"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