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

mailtrap

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mailtrap - npm Package Compare versions

Comparing version 0.0.19 to 0.0.20

8

message.js

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

this.client = client;
this.inboxID = message.inbox_id;
this.id = message.id;
this.to_email = message.to_email;
Object.keys(message).forEach(key => {
this[key] = message[key];
});
}

@@ -18,5 +18,5 @@ /**

getBody(type = 'html') {
return this.client.getMessageBody(this.inboxID, this.id, type);
return this.client.getMessageBody(this.inbox_id, this.id, type);
}
};
{
"name": "mailtrap",
"version": "0.0.19",
"version": "0.0.20",
"description": "simple mailtrap api",

@@ -5,0 +5,0 @@ "main": "index.js",

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