sails-dynamodb
Advanced tools
Comparing version 0.12.1 to 0.12.2
{ | ||
"name": "sails-dynamodb", | ||
"version": "0.12.1", | ||
"version": "0.12.2", | ||
"description": "Amazon DynamoDB adapter for Sails / Waterline", | ||
@@ -27,4 +27,4 @@ "main": "index.js", | ||
"vogels": "~0.12.0", | ||
"lodash": "", | ||
"async": "" | ||
"lodash": "^3.10.1", | ||
"async": "^1.5.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "devDependencies": { |
@@ -37,3 +37,3 @@ # sails-dynamodb | ||
secretAccessKey: process.env.DYNAMO_SECRET_ACCESS_KEY, | ||
region: "us-west-1" | ||
region: "us-west-1", | ||
endPoint: "http://localhost:8000", // Optional: add for DynamoDB local | ||
@@ -40,0 +40,0 @@ }, |
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 2 instances in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
50629
1
0
+ Addedasync@1.5.2(transitive)
+ Addedlodash@3.10.1(transitive)
- Removedasync@3.2.6(transitive)
- Removedlodash@4.17.21(transitive)
Updatedasync@^1.5.0
Updatedlodash@^3.10.1