New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@replayio/protocol

Package Overview
Dependencies
Maintainers
9
Versions
57
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.71.0 to 0.72.0

9

js/protocol/Session.d.ts

@@ -130,3 +130,4 @@ import { Location, EventHandlerType, PointDescription, MappedLocation } from "./Debugger";

* the input points, but we make no guarantees about how many of these independent
* sequences there will be, or how each sequnce will be determined.
* sequences there will be, or how each sequence will be determined, unless the
* 'singleProcess' flag is set in which case there will be a single sequence.
*/

@@ -385,2 +386,8 @@ export interface RunEvaluationPreload {

/**
* A stricter alternative to shareProcesses which guarantees the evaluations
* are all performed within the same process. Any side effects from an earlier
* evaluation will be present in later evaluations.
*/
singleProcess?: boolean;
/**
* An array of expression preloads to expose for this evaluation.

@@ -387,0 +394,0 @@ * See <code>Session.RunEvaluationPreload</code> for more info.

2

package.json
{
"name": "@replayio/protocol",
"version": "0.71.0",
"version": "0.72.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