
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
jsonautotree
Advanced tools
Automatically creates a branching network of inheriting nodes based off of JSON files that list parents.
This module was originally called NodeTree.js, as I think of each JSON file as a node in a connected tree.
Nodes are not related to node.js; rather they define points of interest on a heirarchical JSON tree. If a node is a child node, it will inherit any properties that are not defined specifically for the child, but are defined by the parent.
With JSONAutoTree, a given folder is parsed for JSON files and a heirarchical tree is built from them based off of a minimal number of properties. All children inherit properties from their parents unless specifically overwritten. After the tree is built, information about a given node type can be called with a function, or the tree can be walked randomly.
Note that any parent property can be overwritten with the value "!none" to be a non-specified value on a child.
Other than the following properties, any other properties you assign to a node type will only be used for inheritance purposes.
Thus far, nodes MUST have the following properties, which CANNOT be overwritten without seriously jeopardizing how it builds the tree:
The following properties are optional, and are also reserved. If you use the following properties for your own functionality, they may jeopardize or change the functionality of the base module:
FAQs
Receives JSON objects and constructs a heirarchical tree from them.
We found that jsonautotree demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.