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

@paralect/email-service

Package Overview
Dependencies
Maintainers
4
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paralect/email-service - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

2

API.md

@@ -22,3 +22,3 @@ # 0.0.3 API Reference

- `mute` - *(Boolena)* - Set to `true` if you wish to mute the console error logs in validateWebhook() function
- `proxy` - *(String)* - The proxy URI in format `http[s]://[auth@]host:port`. ex: `'http://proxy.example.com:8080'`
- `agent` - The [Agent](https://nodejs.org/docs/latest-v10.x/api/http.html#http_class_http_agent) to use - see [request](https://nodejs.org/docs/latest-v10.x/api/http.html#http_http_request_options_callback) options for the provided values. **Note** When providing an `agent` it must be able to handle the provided (or default) `protocol`.
- `timeout` - *(Number)* - Request timeout in milliseconds

@@ -25,0 +25,0 @@ - `host` - *(String)* - the mailgun host (default: `'api.mailgun.net'`)

{
"name": "@paralect/email-service",
"version": "0.2.1",
"version": "0.3.0",
"author": "Paralect",

@@ -20,4 +20,4 @@ "description": "Mailgun wrapper",

"@paralect/common-logger": "0.1.10",
"handlebars": "4.7.4",
"mailgun-js": "0.22.0"
"@paralect/mailgun-js": "^0.24.0",
"handlebars": "4.7.4"
},

@@ -24,0 +24,0 @@ "devDependencies": {

@@ -1,2 +0,2 @@

const mailgun = require('mailgun-js');
const mailgun = require('@paralect/mailgun-js');
const assert = require('assert');

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