Socket
Socket
Sign inDemoInstall

dynect-api

Package Overview
Dependencies
6
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

3

dist/index.js

@@ -23,2 +23,3 @@ 'use strict';

var maxRedirects = 999999;
var apiUrl = 'https://api.dynect.net/REST';

@@ -59,3 +60,3 @@

}
var request = _lodash2.default.omit({ url: url, method: method, data: data, headers: headers }, _lodash2.default.isNil);
var request = _lodash2.default.omit({ url: url, method: method, data: data, headers: headers, maxRedirects: maxRedirects }, _lodash2.default.isNil);
return (0, _axios2.default)(request).then(function (response) {

@@ -62,0 +63,0 @@ return resolve(response);

{
"name": "dynect-api",
"version": "1.0.4",
"version": "1.0.5",
"description": "A barely fuctional Dynect DNS API Interface",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc