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.3.0 to 0.3.1

2

nodes/ifttt.js
var request = require('request');
var IFTT_CONNECTION_TIMEOUT_MS = 20000;
var IFTTT_CONNECTION_TIMEOUT_MS = 20000;

@@ -4,0 +4,0 @@ module.exports = function (RED) {

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

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

# node-red-ifttt [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage Status](https://coveralls.io/repos/github/diegopamio/node-red-contrib-ifttt/badge.svg?branch=master)](https://coveralls.io/github/diegopamio/node-red-contrib-ifttt?branch=master)
> A node-red node to connect to ifttt Maker channel
> A node-red node to connect to ifttt Webhooks channel (aka Maker channel)

@@ -4,0 +4,0 @@ ## Why(s)?

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