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

@steveorevo/node-red-flow2src

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@steveorevo/node-red-flow2src - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

35

package.json
{
"name": "@steveorevo/node-red-flow2src",
"version": "1.0.0",
"version": "1.0.1",
"description": "This node will write template and function node source code properties to a src sub-folder adjacent to the project's flows file; allowing for easy editing in external editors.",
"author": "Stephen J. Carnam <steveorevo@gmail.com>",
"license": "MIT",
"keywords": ["node-red", "src", "source", "code", "ide", "visual-studio-code", "version-control", "git", "svn", "diff"],
"keywords": [
"node-red",
"src",
"source",
"code",
"ide",
"visual-studio-code",
"version-control",
"git",
"svn",
"diff"
],
"repository": {
"type": "git",
"url": "https://github.com/steveorevo/node-red-flow2src.git"
"type": "git",
"url": "https://github.com/steveorevo/node-red-flow2src.git"
},
"dependencies": {
},
"dependencies": {},
"node-red": {
"version": "3.0.0",
"nodes": {
"flow2src": "flow2src/flow2src.js"
}
"version": "3.0.0",
"nodes": {
"flow2src": "flow2src/flow2src.js"
}
},
"engines": {
"node": ">=14.0.0"
"node": ">=14.0.0"
}
}
}

@@ -28,3 +28,3 @@ # node-red-flow2src

### Building
The emerge node was built using the same author's [Node-Maker](https://github.com/steveorevo/node-maker) project. Included in this repo is the flow2src.json file containing the flow needed to build flow2src. Simply import this flow into Node-RED and click the associated inject button. The current version of node-red-flow2src folder will appear in your Node-RED's node_modules folder.
The flow2src node was built using the same author's [Node-Maker](https://github.com/steveorevo/node-maker) project. Included in this repo is the flow2src.json file containing the flow needed to build flow2src. Simply import this flow into Node-RED and click the associated inject button. The current version of node-red-flow2src folder will appear in your Node-RED's node_modules folder.

@@ -31,0 +31,0 @@ #### Support the creator

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