Socket
Socket
Sign inDemoInstall

@dashpilot/s3-json-db

Package Overview
Dependencies
37
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"name": "@dashpilot/s3-json-db",
"version": "1.0.5",
"version": "1.0.6",
"description": "Use S3 as a simple json database and serverless API",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -5,7 +5,7 @@ # s3-json-db

# About
## About
S3 JSON DB is a simple file-based JSON database for Amazon S3. It allows you to insert, update, retrieve and delete entries. All entries are stored on S3 as objects in a single json file, so you can also easily retrieve them from a Single Page Application or any server-side rendered app (without needing this module). You can use it to quickly prototype a serverless app or backend for your SPA.
# Usage
## Usage

@@ -48,3 +48,3 @@ ```javascript

# Configuration
## Configuration

@@ -62,1 +62,4 @@ s3_key (required): your S3 API key

```
## Press the :star: button
Don't forget to press the :star: button to let me know I should continue improving this project.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc