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

dynogels

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynogels - npm Package Compare versions

Comparing version 3.2.1 to 3.2.2

4

examples/createTable.js

@@ -43,4 +43,4 @@ 'use strict';

vogels.createTables({
'Account' : {readCapacity: 1, writeCapacity: 1},
'GameScore' : {readCapacity: 1, writeCapacity: 1}
'example-Account' : {readCapacity: 1, writeCapacity: 1},
'example-GameScore' : {readCapacity: 1, writeCapacity: 1}
}, function (err) {

@@ -47,0 +47,0 @@ if(err) {

{
"name": "dynogels",
"version": "3.2.1",
"version": "3.2.2",
"author": "Ryan Fitzgerald <ryan@codebrewstudios.com>",
"contributors": [
"Clarkie <andrew.t.clarke@gmail.com> (http://clarkie.io)"
],
"description": "DynamoDB data mapper",

@@ -10,3 +13,3 @@ "main": "index.js",

},
"repository": "git://github.com/ryanfitz/vogels.git",
"repository": "git://github.com/clarkie/dynogels.git",
"keywords": [

@@ -13,0 +16,0 @@ "datamapper",

@@ -93,3 +93,3 @@ # dynogels [![Build Status](https://travis-ci.org/clarkie/dynogels.png?branch=master)](https://travis-ci.org/clarkie/dynogels)

### Create Tables for all defined modules
### Create Tables for all defined models

@@ -433,3 +433,3 @@ ```js

```js
Account.destroy('foo@example.com', {ReturnValues: true}, function (err, acc) {
Account.destroy('foo@example.com', {ReturnValues: 'ALL_OLD'}, function (err, acc) {
console.log('account deleted');

@@ -441,2 +441,3 @@ console.log('deleted account name', acc.get('name'));

console.log('account deleted if the age was 22');
});
```

@@ -443,0 +444,0 @@

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