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

@replayio/test-utils

Package Overview
Dependencies
Maintainers
8
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@replayio/test-utils - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

4

package.json
{
"name": "@replayio/test-utils",
"version": "0.2.0",
"version": "0.2.1",
"description": "Utilities for recording tests with replay.io",

@@ -34,3 +34,3 @@ "main": "src/index.js",

},
"gitHead": "4686d71622bca27c1f36a60fbfb9e44ce595cfac"
"gitHead": "cbad625cc0db557454446aea4be5c8b32ec11845"
}

@@ -111,5 +111,3 @@ "use strict";

const recs = (0, replay_1.listAllRecordings)({
filter: `function($v) { $v.metadata.\`x-replay-test\`.id in ["${tests
.map(test => this.getTestId(test.id))
.join('", "')}"] and $not($exists($v.metadata.test)) }`,
filter: `function($v) { $v.metadata.\`x-replay-test\`.id in ${JSON.stringify(tests.map(test => this.getTestId(test.id)))} and $not($exists($v.metadata.test)) }`,
});

@@ -116,0 +114,0 @@ const test = tests[0];

Sorry, the diff of this file is not supported yet

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