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

cypress-smart-logs

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypress-smart-logs - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

plugin/package.json

7

package.json
{
"name": "cypress-smart-logs",
"version": "0.0.4",
"version": "0.0.5",
"description": "Cypress plugin to enhance work with logs.",

@@ -8,3 +8,4 @@ "main": "index",

"test": "npx cypress run",
"test-open": "npx cypress open"
"test-open": "npx cypress open",
"build-plugin": "npx tsc ./plugin/plugin.ts"
},

@@ -14,3 +15,3 @@ "author": "keeema",

"dependencies": {
"cypress": "^7.0.0 || ^8.0.1"
"cypress": "^8.0.1"
},

@@ -17,0 +18,0 @@ "devDependencies": {

@@ -1,3 +0,1 @@

import _ = require("cypress/types/lodash");
export interface IWithText {

@@ -4,0 +2,0 @@ getText: string;

@@ -15,3 +15,3 @@ export class LogsWrapper implements Cypress.Log {

error(error: Error): Cypress.Log {
this.loggers.forEach((log) => log.error(error));
this.loggers.forEach((log) => log.error && log.error(error));
return this;

@@ -18,0 +18,0 @@ }

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