
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Tiny object database for use as application state. The query engine is a map/filter/reduce function that automatically re-runs on record change and add.
Tiny object database for use as application state. The query engine is a map/filter/reduce function that automatically re-runs on record change and add.
List - List of Objects Object - Object with uuid, version, kind, and other information
How do you keep track of views of data that depend on other views of data? How do you make it easy to understand, to visualize, strategize and manage?
[{}
{}
{}
{}
{}
{}
{}
{}
{}
{}]
[{} complete tasks <-\
{} ^ \
{} | }------ VIEWS OF DATA!
{} / /
{}/ incomplete tasks <-/
{} ^
{} /
{}/
{}
{}
{}] <-- tree root is a list of all tasks
In the todo app example you will need them (nested views) when adding a PRIORITY VIEW
[{} complete tasks
{} ^ priority incomplete tasks
{} | ^
{} / /
{}/ incomplete tasks/
{} ^
{} /
{}/
{}
{}
{}] <-- tree root is a list of all tasks
Let us switch to a more comfortable tree format:
And extend out tree of views with more ideas:
As you can see, even a tiny program, can ballon out to a complex tree. Now consider multiple users, multiple administrators, and unforeseen features and the above tree can explode into dozens of views.
With pookie the state of your data is easy to see, predictable, and consistent. It is just a Node, with Nodes.

FAQs
Tiny object database for use as application state. The query engine is a map/filter/reduce function that automatically re-runs on record change and add.
The npm package pookie receives a total of 7 weekly downloads. As such, pookie popularity was classified as not popular.
We found that pookie 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.