Socket
Socket
Sign inDemoInstall

node-red-bluemix-nodes

Package Overview
Dependencies
92
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

businessrules/icons/businessrules-icon25x25.png

14

package.json
{
"name": "node-red-bluemix-nodes",
"version": "1.1.1",
"version": "1.1.2",
"description": "A collection of extra Node-RED nodes for IBM Bluemix.",
"dependencies": {
"cfenv": "~1.0.0",
"mongodb": "~1.4.x",
"mongodb": "~2.2.5",
"mqlight": ">=1.0.2014091000",
"request": "~2.53.0",
"twilio": "~1.6.0",
"when": "~3.x"
"when": "~3.x",
"lodash": "~4.13.x",
"xml2js": "~0.4.x"
},

@@ -26,3 +28,4 @@ "repository": {

"twilio",
"mqlight"
"mqlight",
"businessrules"
],

@@ -36,5 +39,6 @@ "node-red": {

"twilio": "twilio/56-twilio-cf.js",
"weather": "weather/weather_insights.js"
"weather": "weather/weather_insights.js",
"businessrules": "businessrules/v1.js"
}
}
}

@@ -25,2 +25,6 @@ Node-RED Nodes for IBM Bluemix

- Access historical and real-time weather data from The Weather Company
- Business Rules
- Spend less time recoding and testing when the business policy changes by keeping business logic separate from application logic.
- Simplify the integration of a Business Rules execution calls : just select one of the available Rulesets for the selected Business Rules instance.
- Use JSON or XML payload in input/output.

@@ -27,0 +31,0 @@ Prior to version 1.0.1, this module also included nodes for the IBM Watson and Alchemy

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc