Socket
Socket
Sign inDemoInstall

microstrategy

Package Overview
Dependencies
40
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.9 to 0.1.10

4

lib/util/TaskConnection.js

@@ -77,3 +77,5 @@ const axios = require('axios');

for (const key in parameters) {
formData.append(key, parameters[key]);
if (Object.prototype.hasOwnProperty.call(parameters, key)) {
formData.append(key, parameters[key]);
}
}

@@ -80,0 +82,0 @@

{
"name": "microstrategy",
"version": "0.1.9",
"version": "0.1.10",
"description": "A node.js wrapper for the MicroStrategy REST API & Task API",

@@ -5,0 +5,0 @@ "main": "./lib/mstr.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