Socket
Socket
Sign inDemoInstall

@semilimes/node-red-semilimes

Package Overview
Dependencies
34
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.8 to 0.9.9

2

package.json
{
"name": "@semilimes/node-red-semilimes",
"version": "0.9.8",
"version": "0.9.9",
"description": "The new semilimes connector which integrates with the public API",

@@ -5,0 +5,0 @@ "scripts": {

@@ -135,3 +135,3 @@ "use strict";

var smeSendingBox = smeHelper.getSendingBox(msg);
switch (node.actionName) {

@@ -328,2 +328,3 @@ case 'account_contacts': {

smeSendingBox.forEach(smeMsg => {
smeMsg.requestId = getNewRequestId();
smeMsg.endpoint = "/communication/channel/message/send";

@@ -330,0 +331,0 @@ smeMsg.httpMethod = "POST";

@@ -11,4 +11,4 @@ "use strict";

this.filePathType = config.filePathType;
this.fileName = config.fileName;
this.fileNameType = config.fileNameType;
//this.fileName = config.fileName;
//this.fileNameType = config.fileNameType;

@@ -29,3 +29,3 @@ var node = this;

if (filePathValue && fileNameValue) {
if (filePathValue) {

@@ -32,0 +32,0 @@ var endpoint = "/service/file/upload";

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