Socket
Socket
Sign inDemoInstall

@replayio/protocol

Package Overview
Dependencies
0
Maintainers
9
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.62.0 to 0.63.0

11

js/protocol/Session.d.ts

@@ -149,13 +149,14 @@ import { Location, EventHandlerType, PointDescription, MappedLocation } from "./Debugger";

/**
* A descriptor of a point along with basic frame data.
* A descriptor of a frame with basic point data.
*/
export interface PointStackFrame {
/**
* A point in a frame.
* The location of the function of the stack frame.
*/
point: PointDescription;
functionLocation: MappedLocation;
/**
* The location of the function containing the point.
* The closest preceding point in the stack frame. Optional because there is
* no guarantee that the stack frame will have a preceding point to debug.
*/
functionLocation: MappedLocation;
point?: PointDescription;
}

@@ -162,0 +163,0 @@ /**

{
"name": "@replayio/protocol",
"version": "0.62.0",
"version": "0.63.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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc