New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

connect-dynamodb

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-dynamodb - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

5

History.md

@@ -0,1 +1,6 @@

1.0.9 / 2016-08-21
==================
* Fix bug with reap method (https://github.com/ca98am79/connect-dynamodb/issues/33)
1.0.8 / 2016-07-18

@@ -2,0 +7,0 @@ ==================

2

lib/connect-dynamodb.js

@@ -200,3 +200,3 @@ /*!

params.ExclusiveStartKey = data.LastEvaluatedKey;
this.client.scan(params, onScan);
this.client.scan(params, onScan.bind(this));
}

@@ -203,0 +203,0 @@ }.bind(this));

{
"name": "connect-dynamodb",
"description": "DynamoDB session store for Connect",
"version": "1.0.8",
"version": "1.0.9",
"author": "Mike Carson <ca98am79@gmail.com> (http://ca98am79.com)",

@@ -6,0 +6,0 @@ "main": "./index.js",

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