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.4.0 to 1.5.0

9

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.4.0",
"version": "1.5.0",
"license": "MIT",

@@ -25,3 +25,2 @@ "main": "dist/index.js",

},
"peerDependencies": {},
"prettier": {

@@ -35,4 +34,3 @@ "printWidth": 80,

"devDependencies": {
"@types/isomorphic-fetch": "0.0.35",
"cypress": "^7.0.1",
"cypress": "^10.5.0",
"eslint-plugin-chai-friendly": "^0.6.0",

@@ -45,5 +43,4 @@ "eslint-plugin-cypress": "^2.11.2",

"dependencies": {
"isomorphic-fetch": "^3.0.0",
"mailslurp-client": "^15.9.0"
"mailslurp-client": "^15.13.3"
}
}

@@ -16,3 +16,3 @@ /// <reference types="./">

const mailslurp = new MailSlurp({ apiKey, basePath: 'https://cypress.api.mailslurp.com' });
Cypress.Commands.add('mailslurp', () => {
Cypress.Commands.add('mailslurp' as any, () => {
return Promise.resolve(mailslurp);

@@ -19,0 +19,0 @@ });

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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