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.0 to 1.0.1

2

dist/index.js

@@ -42,3 +42,3 @@ 'use strict';

return new Promise(function (resolve, reject) {
return dynectRequest('/Session', 'GET', { loginData: loginData }).then(function (response) {
return dynectRequest('/Session', 'GET', { data: loginData }).then(function (response) {
if (response.data && response.data.data && response.data.data.token) {

@@ -45,0 +45,0 @@ token = response.data.data.token;

{
"name": "dynect-api",
"version": "1.0.0",
"version": "1.0.1",
"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