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

@replayio/protocol

Package Overview
Dependencies
Maintainers
9
Versions
52
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.32.3 to 0.33.0-test

10

js/protocol/Debugger.d.ts

@@ -302,2 +302,7 @@ import { TimeStampedPoint, PointRange, ExecutionPoint } from "./Recording";

sourceIds?: SourceId[];
/**
* The max number of matches to return. If the search generates more than
* this number of matches, an overflow flag will be present.
*/
limit?: number;
}

@@ -515,2 +520,7 @@ export interface searchSourceContentsResult {

matches: SearchSourceContentsMatch[];
/**
* If a limit was included with the request, this flag will be set to true
* for the last event emitted.
*/
overflow: boolean;
}

@@ -517,0 +527,0 @@ export interface functionsMatches {

2

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