@paralect/email-service
Advanced tools
Comparing version 0.2.1 to 0.3.0
@@ -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 @@ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
18430
1
+ Added@paralect/mailgun-js@^0.24.0
+ Added@paralect/mailgun-js@0.24.0(transitive)
- Removedmailgun-js@0.22.0
- Removedagent-base@4.2.14.3.0(transitive)
- Removedast-types@0.16.1(transitive)
- Removedbytes@3.1.2(transitive)
- Removedco@4.6.0(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removeddata-uri-to-buffer@1.2.0(transitive)
- Removeddebug@2.6.93.1.03.2.7(transitive)
- Removeddeep-is@0.1.4(transitive)
- Removeddegenerator@1.0.4(transitive)
- Removeddepd@2.0.0(transitive)
- Removedes6-promise@4.2.8(transitive)
- Removedes6-promisify@5.0.0(transitive)
- Removedescodegen@1.14.3(transitive)
- Removedesprima@3.1.34.0.1(transitive)
- Removedestraverse@4.3.0(transitive)
- Removedesutils@2.0.3(transitive)
- Removedextend@3.0.2(transitive)
- Removedfast-levenshtein@2.0.6(transitive)
- Removedfile-uri-to-path@1.0.0(transitive)
- Removedftp@0.3.10(transitive)
- Removedget-uri@2.0.4(transitive)
- Removedhttp-errors@2.0.0(transitive)
- Removedhttp-proxy-agent@2.1.0(transitive)
- Removedhttps-proxy-agent@3.0.1(transitive)
- Removediconv-lite@0.4.24(transitive)
- Removedinherits@2.0.4(transitive)
- Removedip@1.1.51.1.9(transitive)
- Removedisarray@0.0.11.0.0(transitive)
- Removedlevn@0.3.0(transitive)
- Removedlru-cache@5.1.1(transitive)
- Removedmailgun-js@0.22.0(transitive)
- Removedms@2.0.0(transitive)
- Removednetmask@1.0.6(transitive)
- Removedoptionator@0.8.3(transitive)
- Removedpac-proxy-agent@3.0.1(transitive)
- Removedpac-resolver@3.0.0(transitive)
- Removedprelude-ls@1.1.2(transitive)
- Removedprocess-nextick-args@2.0.1(transitive)
- Removedproxy-agent@3.1.1(transitive)
- Removedproxy-from-env@1.1.0(transitive)
- Removedraw-body@2.5.2(transitive)
- Removedreadable-stream@1.1.142.3.8(transitive)
- Removedsafe-buffer@5.1.2(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedsetprototypeof@1.2.0(transitive)
- Removedsmart-buffer@4.2.0(transitive)
- Removedsocks@2.3.3(transitive)
- Removedsocks-proxy-agent@4.0.2(transitive)
- Removedstatuses@2.0.1(transitive)
- Removedstring_decoder@0.10.311.1.1(transitive)
- Removedthunkify@2.1.2(transitive)
- Removedtoidentifier@1.0.1(transitive)
- Removedtslib@2.8.1(transitive)
- Removedtype-check@0.3.2(transitive)
- Removedunpipe@1.0.0(transitive)
- Removedutil-deprecate@1.0.2(transitive)
- Removedword-wrap@1.2.5(transitive)
- Removedxregexp@2.0.0(transitive)
- Removedyallist@3.1.1(transitive)