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

cypress-replay

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypress-replay - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

2

lib/replay/replayRequests.js

@@ -29,5 +29,5 @@ "use strict";

afterEach(() => {
logger.getAll().map(log => cy.log(`cypress-replay: ${log.message}`, log.context));
logger.getAll().map(log => cy.log(`cypress-replay: ${log.message}\n\n${JSON.stringify(log.context)}`));
});
}
exports.default = recordRequests;
{
"name": "cypress-replay",
"version": "1.0.9",
"version": "1.0.10",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "types": "lib/index.d.ts",

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