Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-ifttt

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.5 to 0.0.6

7

nodes/ifttt.js

@@ -8,6 +8,5 @@ var request = require('request');

RED.nodes.createNode(this,n);
this.key = n.key;
}
RED.nodes.registerType("ifttt-key",IftttKeyNode);
RED.nodes.registerType("ifttt-key",IftttKeyNode, {credentials: {key: {type: 'text'}}});

@@ -19,3 +18,3 @@ // This is the output node.

node.config = config;
node.key = RED.nodes.getNode(config.key.key);
node.key = RED.nodes.getNode(config.key).credentials.key;
this.on('input', function(msg) {

@@ -43,3 +42,3 @@ node.status({fill:"blue",shape:"dot",text:"Sending..."});

};
{
"name": "node-red-contrib-ifttt",
"version": "0.0.5",
"version": "0.0.6",
"description": "A node-red node to connect to ifttt Maker channel",

@@ -5,0 +5,0 @@ "homepage": "http://github.com/diegopamio/node-red-ifttt",

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