New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

pkt-db

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pkt-db

> ⚠️ Work in Progress — This package is currently under development.

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

pocket-db

⚠️ Work in Progress — This package is currently under development.

pocket-db is a minimalist, file-system-based database for Node.js — designed to be simple, fast, and ideal for small-scale applications, CLIs, and local tools.

It lives on your disk, uses native fs operations under the hood, and keeps your data in plain JSON. No setup. No servers. Just grab-and-go persistence.

📦 Why publish now?

This package is currently published to secure the name pocket-db on npm.
It is not yet ready for production and should be treated as a placeholder until development begins.

🛣 Planned Features

  • ✅ Lightweight JSON-based data storage using fs
  • 🗂️ Collection-style APIs (insert, find, update, delete)
  • 🔄 Atomic writes to prevent data corruption
  • 🧱 Simple schema-less documents
  • 🔐 Optional encryption (in future versions)
  • 🚀 No external dependencies

🛠 Installation (for dev/testing only)

npm install pocket-db

FAQs

Package last updated on 02 Jun 2025

Did you know?

Socket

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.

Install

Related posts