Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mailgun-js

Package Overview
Dependencies
Maintainers
1
Versions
80
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 0.7.9 to 0.7.10

6

lib/request.js

@@ -139,3 +139,3 @@ var https = require('https');

var value = getDataValue(key, data[key]);
if(value) {
if(isOk(value)) {
params[key] = value;

@@ -176,3 +176,3 @@ }

var value = getDataValue(key, element);
if(value) {
if(isOk(value)) {
self.form.append(key, value);

@@ -187,3 +187,3 @@ }

var value = getDataValue(key, obj);
if(value) {
if(isOk(value)) {
this.form.append(key, value);

@@ -190,0 +190,0 @@ }

@@ -8,3 +8,3 @@ {

],
"version": "0.7.9",
"version": "0.7.10",
"homepage": "https://github.com/bojand/mailgun-js",

@@ -11,0 +11,0 @@ "license": "MIT",

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