New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-agilite

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-agilite - npm Package Compare versions

Comparing version 5.4.6 to 5.4.8

1

adhoc/adhoc.js

@@ -128,2 +128,3 @@ module.exports = function (RED) {

params = {
maxContentLength: 99999999,
method,

@@ -130,0 +131,0 @@ url,

1

configuration/agilite-login.js

@@ -7,3 +7,2 @@ module.exports = function (RED) {

this.server = config.server;
this.username = config.username;
this.apiKey = this.credentials.apiKey;

@@ -10,0 +9,0 @@ this.name = config.name;

@@ -108,2 +108,3 @@ module.exports = function (RED) {

var headers = {
maxContentLength: 99999999,
headers: {

@@ -110,0 +111,0 @@ "api-key": apiKey,

@@ -93,2 +93,3 @@ module.exports = function (RED) {

var headers = {
maxContentLength: 99999999,
headers: {

@@ -95,0 +96,0 @@ "api-key": apiKey,

@@ -109,2 +109,3 @@ module.exports = function (RED) {

var httpConfig = {
maxContentLength: 99999999,
headers: {

@@ -111,0 +112,0 @@ "api-key": apiKey,

@@ -170,2 +170,3 @@ module.exports = function (RED) {

var headers = {
maxContentLength: 99999999,
headers: {

@@ -172,0 +173,0 @@ "api-key": apiKey,

@@ -104,2 +104,3 @@ module.exports = function (RED) {

var headers = {
maxContentLength: 99999999,
headers: {

@@ -106,0 +107,0 @@ "api-key": apiKey,

@@ -92,2 +92,3 @@ module.exports = function (RED) {

var headers = {
maxContentLength: 99999999,
headers: {

@@ -94,0 +95,0 @@ "api-key": apiKey,

{
"name": "node-red-contrib-agilite",
"license": "MIT",
"version": "5.4.6",
"version": "5.4.8",
"description": "Node-RED nodes to integrate with Agilit-e cloud or Agilit-e on-prem",

@@ -6,0 +6,0 @@ "homepage": "https://portal.agilite.io",

@@ -207,2 +207,3 @@ module.exports = function (RED) {

var headers = {
maxContentLength: 99999999,
headers: {

@@ -209,0 +210,0 @@ "api-key": apiKey,

@@ -93,2 +93,3 @@ module.exports = function (RED) {

var headers = {
maxContentLength: 99999999,
headers: {

@@ -95,0 +96,0 @@ "api-key": apiKey,

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