New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cypress-mailslurp

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypress-mailslurp - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

4

package.json

@@ -5,3 +5,3 @@ {

"description": "Cypress email plugin for MailSlurp. Create test email accounts to send and receive emails in Cypress tests",
"version": "1.5.0",
"version": "1.6.0",
"license": "MIT",

@@ -41,4 +41,4 @@ "main": "dist/index.js",

"dependencies": {
"mailslurp-client": "^15.13.3"
"mailslurp-client": "^15.16.1"
}
}

@@ -23,2 +23,3 @@ # MailSlurp Cypress Plugin

#### Environment variable
For Mac/Linux set the `CYPRESS_MAILSLURP_API_KEY` environment variable:

@@ -29,3 +30,12 @@ ```bash

For Windows machines use the Powershell format `$env:CYPRESS_MAILSLURP_API_KEY`
```
$env:CYPRESS_MAILSLURP_API_KEY=your-api-key;
cypress run;
```
#### Cypress env property
You can also configure Cypress using the config format.
```json

@@ -32,0 +42,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