Socket
Socket
Sign inDemoInstall

@semilimes/node-red-semilimes

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@semilimes/node-red-semilimes - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

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

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

@@ -29,4 +29,7 @@ "use strict";

this.apiKeyType = config.apiKeyType;
var server = (this.credentials && this.credentials.server) || "api.semilimes.net";
var apiKey = this.credentials.apiKey;
var apiKey = RED.util.evaluateNodeProperty(this.credentials.apiKey, this.apiKeyType, this);
var xAccount = this.credentials.xAccount;

@@ -33,0 +36,0 @@ var connectorId = this.id;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc