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 2.0.0 to 2.0.1

4

History.md

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

2.0.1 / 2018-07-07
* Make possible to use npm install --no-optional
2.0.0 / 2017-08-19

@@ -2,0 +6,0 @@ ==================

2

lib/connect-dynamodb.js
/*!
* Connect - DynamoDB
* Copyright(c) 2017 Mike Carson <ca98am79@gmail.com>
* Copyright(c) 2018 humbly LLC <support@humbly.com>
* MIT Licensed

@@ -5,0 +5,0 @@ */

The MIT License (MIT)
Copyright (c) 2017 Mike Carson, http://mc.to/
Copyright (c) 2018 humbly LLC, https://humbly.com

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

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

@@ -11,3 +11,2 @@ "main": "./index.js",

"dependencies": {
"aws-sdk": "*",
"connect": "*"

@@ -23,3 +22,5 @@ },

},
"optionalDependencies": {},
"optionalDependencies": {
"aws-sdk": "*"
},
"homepage": "https://github.com/ca98am79/connect-dynamodb",

@@ -26,0 +27,0 @@ "repository": {

@@ -101,2 +101,2 @@ # Connect DynamoDB

I made this in my spare time, so if you find it useful you can donate at my BTC address: `15rmktUUfB8hHh5u57qzsihVPBdZmMePZB`. Thank you very much!
I made this in my spare time, so if you find it useful you can donate at my BTC address: `35dwLrmKHjCgGXyLzBSd6YaTgoXQA17Aoq`. Thank you very much!
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