šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

@compositor/ddb

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@compositor/ddb

Light AWS ddb wrapper

1.0.1-0
latest
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
3
Weekly downloads
Ā 
Created
Source

ddb

Light AWS ddb wrapper.

Installation

npm install -S @compositor/ddb

Usage

var ddb = require('@compositor/ddb')

const client = ddb('my-table')

const obj = await client.get('UUID')
obj.foo = 'bar'

await client.put('UUID', obj)

Contributing

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request

FAQs

Package last updated on 24 Jul 2018

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