@gregoriusrippenstein/node-red-contrib-introspection 0.5.7 → 0.5.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -49,6 +49,16 @@ Disappointments:
49
49
 
50
50
  Clicking on a node will highlight that node in the workspace. The nodes shown are across all flows and tabs.
51
51
 
52
+ ### Obfuscate
53
+
54
+ ![img](https://cdn.openmindmap.org/content/1706184273430_Screen_Shot_2024-01-25_at_13.04.17.png)
55
+
56
+ Sidebar for visually obfuscating flows:
57
+
58
+ ![img](https://cdn.openmindmap.org/content/1706183691592_obsfucate3.gif)
59
+
60
+ The plugin replaces the name with the node Id, resets the nodes info content to empty and moves all nodes to the same location. The intention is to having a *working* flow but not an *understandable* flow. The generated flow is meant to be only usable and not modifiable nor maintainable.
61
+
52
62
  ## Palette Nodes
53
63
 
54
64
  ### Sink & Seeker
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gregoriusrippenstein/node-red-contrib-introspection",
3
- "version": "0.5.7",
3
+ "version": "0.5.8",
4
4
  "dependencies": {
5
5
  "got": "^13"
6
6
  },