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

dynamo-helpers

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynamo-helpers - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

6

package.json
{
"name": "dynamo-helpers",
"version": "0.2.0",
"version": "0.3.0",
"description": "a helper library to make a standard object valid for insertion into dynamodb, and to turn the item from dynamodb back into the format of the inserted object",

@@ -24,7 +24,7 @@ "main": "index.js",

"type": "git",
"url": "https://github.com/socialtables/metrics-dashboard.git"
"url": "https://github.com/conorhastings/dynamo-helpers.git"
},
"bugs": {
"url": "https://github.com/socialtables/metrics-dashboard/issues"
"url": "https://github.com/socialtables/dynamo-helpers/issues"
}
}

@@ -1,3 +0,5 @@

## object2dynamo
## dynamo-helpers
`npm install dynamo-helpers`
a simple helper library that takes a standard JS object, and turns it into an object that can be inserted into dynamodb and turns an object from dynamodb back into a standard JS object.

@@ -10,3 +12,3 @@

```js
var dynamoHelpers = require("object2dynamo");
var dynamoHelpers = require("dyanmo-helpers");

@@ -13,0 +15,0 @@ var object = {

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