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.0 to 0.15.1

17

js/protocol/Pause.d.ts

@@ -206,2 +206,6 @@ import { MappedLocation, PointDescription } from "./Debugger";

/**
* For Proxy objects, the target and handler.
*/
proxyState?: ProxyStateData;
/**
* For Promise objects, the resolution state.

@@ -301,2 +305,15 @@ */

/**
* The internal state data of a proxy.
*/
export interface ProxyStateData {
/**
* The target value the proxy was initialized with. May reference an object or null.
*/
target: Value;
/**
* The handler value the proxy was initialized with. May reference an object or null.
*/
handler: Value;
}
/**
* Block of data from this pause which might be useful to the protocol client.

@@ -303,0 +320,0 @@ * To reduce the number of back-and-forth calls required over the protocol,

2

package.json
{
"name": "@recordreplay/protocol",
"version": "0.15.0",
"version": "0.15.1",
"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