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

@replayio/test-utils

Package Overview
Dependencies
Maintainers
9
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 1.0.0-alpha.1 to 1.0.0-alpha.2

4

package.json
{
"name": "@replayio/test-utils",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "Utilities for recording tests with replay.io",

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

},
"gitHead": "bc55c6a413e1c92a9d1953c35346db9d0a9d8f11",
"gitHead": "217b0fd6dd283df93809463299a7d2d616999051",
"devDependencies": {

@@ -38,0 +38,0 @@ "@types/debug": "^4.1.7"

@@ -26,8 +26,8 @@ "use strict";

}
else if (passed > 0) {
return "passed";
}
else if (skipped > 0) {
return "skipped";
}
else if (passed > 0) {
return "passed";
}
else {

@@ -34,0 +34,0 @@ return "unknown";

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