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

magneto

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

magneto

A DynamoDB backend in node for testing

latest
Source
npmnpm
Version
0.4.1
Version published
Maintainers
1
Created
Source

Magneto

Build Status

A port of fake dynamo to node.js.

Very handy for just getting to know dynamo or making your tests easier to deal with.

Install

npm install -g magneto

Test

npm test

Usage

magneto <port>

Todo

see issues

To use in testing with the official AWS SDK

var aws = require('aws-sdk'),
    magneto = require('magneto');

magneto.patchClient(aws);

For more examples, have a look at the tests.

Keywords

amazon

FAQs

Package last updated on 05 Feb 2014

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