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

node-red-contrib-firebase-data

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-firebase-data - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

package.json
{
"name": "node-red-contrib-firebase-data",
"version": "0.0.5",
"version": "0.0.6",
"author": "minh hien <taminhhien.mor.vn@gmail.com>",

@@ -5,0 +5,0 @@ "description": "The simplest of simple nodes with box note",

@@ -18,3 +18,5 @@ var request = require('request');

newObj = msg.payload
}
}
if (typeof newObj != 'object') newObj = JSON.parse(newObj);

@@ -28,3 +30,3 @@ if (methodValue == "msg.method" || methodValue == "") {

url: "https://" + firebase + ".firebaseio.com/" + childPath + jsonPath,
body: JSON.stringify(JSON.parse(newObj))
body: JSON.stringify(newObj)
};

@@ -31,0 +33,0 @@

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