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
2
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.1.0 to 0.2.0

3

nodes/ifttt.js

@@ -25,4 +25,5 @@ var request = require('request');

}
var eventName = msg.payload.eventName ? msg.payload.eventName : node.config.eventName;
request({
uri: 'https://maker.ifttt.com/trigger/' + node.config.eventName + '/with/key/' + node.key.credentials.key,
uri: 'https://maker.ifttt.com/trigger/' + eventName + '/with/key/' + node.key.credentials.key,
method: 'POST',

@@ -29,0 +30,0 @@ json: iftttPayload

{
"name": "node-red-contrib-ifttt",
"version": "0.1.0",
"version": "0.2.0",
"description": "A node-red node to connect to ifttt Maker channel",

@@ -37,3 +37,2 @@ "homepage": "http://github.com/diegopamio/node-red-ifttt",

"gulp-mocha": "^2.0.0",
"gulp-nsp": "^2.1.0",
"gulp-plumber": "^1.0.0",

@@ -40,0 +39,0 @@ "isparta": "^3.0.3",

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