dynamo-helpers
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"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 = { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
5421
63