Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

key-file-storage

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

key-file-storage - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

16

package.json
{
"name": "key-file-storage",
"version": "2.1.2",
"version": "2.1.3",
"description": "Simple key-value storage directly on file system, maps each key to a separate file.",

@@ -14,2 +14,3 @@ "main": "main.js",

"keywords": [
"node",
"key",

@@ -21,3 +22,14 @@ "value",

"storage",
"json"
"save",
"json",
"persist",
"persistent",
"data",
"structure",
"config",
"conf",
"configuration",
"settings",
"preferences",
"cache"
],

@@ -24,0 +36,0 @@ "author": "Hessam A Shokravi <ahs502@gmail.com>",

5

README.md
# key-file-storage
#### Simple key-value storage directly on file system, maps each key to a separate file.
#### Simple key-value storage (a persistent data structure) directly on file system, maps each key to a separate file.
No database and database overhead anymore, just plain file-system and simple files containing JSON data!
It's great for applications with small and medium data sizes.
A very nice replacement for any of these node modules: [node-persist](https://www.npmjs.com/package/node-persist), [configstore](https://www.npmjs.com/package/configstore), [flat-cache](https://www.npmjs.com/package/flat-cache), [conf](https://www.npmjs.com/package/conf), [simple-store](https://www.npmjs.com/package/simple-store) and more...

@@ -8,0 +7,0 @@ + Simple *key-value* storage model

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