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 1.1.1 to 1.1.2

2

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

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

@@ -42,6 +42,7 @@ "use strict";

recMsg.eventBody &&
((options && options.senderId) ? recMsg.eventBody.senderId === options.senderId : true) &&
//((options && options.senderId) ? recMsg.eventBody.senderId === options.senderId : true) &&
recMsg.eventBody.dataComponent &&
recMsg.eventBody.dataComponent.dataComponentType === "formsubmission" &&
recMsg.eventBody.dataComponent.replyTo &&
((options && options.senderId) ? recMsg.eventBody.dataComponent.submitterId === options.senderId : true) &&
((options && options.reference) ? recMsg.eventBody.dataComponent.replyTo.refName === options.reference : true) &&

@@ -48,0 +49,0 @@ ((options && options.messageId) ? recMsg.eventBody.dataComponent.replyTo.messageId === options.messageId : true);

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