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.10 to 0.9.11

2

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

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

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

requiredSelection: false,
value: valueValue === true
value: (valueValue === true || valueValue === 1) ? 1 : 0
};

@@ -40,0 +40,0 @@ smeFormMsg.dataComponent.formComponents.push(component);

Sorry, the diff of this file is not supported yet

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