Socket
Socket
Sign inDemoInstall

node-red-contrib-json

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.2 to 0.1.0

.npmignore

23

package.json
{
"name" : "node-red-contrib-json",
"version" : "0.0.2",
"description" : "A collection of Node-RED nodes for processing JSON.",
"dependencies" : {
"is-utf8" : ">=0.2.0",
"JSONPath" : ">=0.10.0",
"JSONSelect": ">=0.4.0",
"JSONStream": ">=0.10.0"
"name" : "node-red-contrib-json",
"version" : "0.1.0",
"description" : "A Node-RED node for processing JSON.",
"dependencies": {
"is-utf8" : ">=0.2.0",
"JSONPath" : ">=0.10.0",
"JSONSelect" : ">=0.4.0",
"JSONStream" : ">=0.10.0",
"require-dir": ">=0.1.0"
},

@@ -16,8 +17,6 @@ "repository" : {

"license" : "Apache-v2.0",
"keywords": [ "node-red", "jsonpath", "jq", "jsonselect" ],
"keywords": [ "node-red", "contrib-json", "json", "jsonpath", "jq", "jsonselect" ],
"node-red" : {
"nodes" : {
"JSONPath" : "JSONPath.js",
"jq" : "jq.js",
"JSONSelect": "JSONSelect.js"
"contrib-json": "json.js"
}

@@ -24,0 +23,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