connect-dynamodb
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,6 @@ | ||
1.0.3 / 2013-08-10 | ||
================== | ||
* Change tests to should.js | ||
1.0.2 / 2013-07-27 | ||
@@ -2,0 +7,0 @@ ================== |
{ | ||
"name": "connect-dynamodb", | ||
"description": "DynamoDB session store for Connect", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"author": "Mike Carson <ca98am79@gmail.com> (http://ca98am79.com)", | ||
"main": "./index.js", | ||
"dependencies": { | ||
"aws-sdk": "*" | ||
"aws-sdk": "*", | ||
"connect": "*" | ||
}, | ||
"devDependencies": { | ||
"connect": "*" | ||
"should": "*", | ||
"mocha": "*" | ||
}, | ||
@@ -13,0 +15,0 @@ "engines": { |
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
13625
320
2
2
2
1
+ Addedconnect@*
+ Addedconnect@3.7.0(transitive)
+ Addeddebug@2.6.9(transitive)
+ Addedee-first@1.1.1(transitive)
+ Addedencodeurl@1.0.2(transitive)
+ Addedescape-html@1.0.3(transitive)
+ Addedfinalhandler@1.1.2(transitive)
+ Addedms@2.0.0(transitive)
+ Addedon-finished@2.3.0(transitive)
+ Addedparseurl@1.3.3(transitive)
+ Addedstatuses@1.5.0(transitive)
+ Addedunpipe@1.0.0(transitive)
+ Addedutils-merge@1.0.1(transitive)