Socket
Socket
Sign inDemoInstall

mailgun.js

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mailgun.js - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

.travis.yml

2

examples/list-domains.js

@@ -0,1 +1,3 @@

// require('babel/register'); // uncomment this for node versions < 4
var mailgun = require('../index');

@@ -2,0 +4,0 @@ var mg = mailgun.client({username: 'api', key: process.env.MAILGUN_API_KEY || ''});

6

examples/send-email.js

@@ -0,1 +1,3 @@

// require('babel/register'); // uncomment this for node versions < 4
var fs = require('fs');

@@ -5,6 +7,2 @@ var mailgun = require('../index');

// console.log("mg.domains", mg.domains.list);
// mg.domains.list().then(d => console.log(d));
//
var domain = 'sandbox-123.mailgun.com';

@@ -11,0 +9,0 @@ var fromEmail = 'Excited User <mailgun@sandbox-123.mailgun.com>';

{
"name": "mailgun.js",
"version": "1.0.2",
"version": "1.0.3",
"main": "index.js",

@@ -5,0 +5,0 @@ "author": "Mailgun",

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

# Mailgun.js
# Mailgun.js [![Build Status](https://travis-ci.org/mailgun/mailgun-js.svg)](https://travis-ci.org/mailgun/mailgun-js)

@@ -24,2 +24,4 @@ A javascript sdk for Mailgun built with webpack, babel & es6. This can be used in node or in the browser*.

- Requires node.js >= 4.x
Install mailgun.js with:

@@ -873,3 +875,3 @@

- Requires node.js >= 0.10.x.
- Requires node.js >= 4.x

@@ -876,0 +878,0 @@ Install node dependencies with:

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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