Comparing version 0.1.0 to 0.1.1
@@ -1,2 +0,2 @@ | ||
const dbpool = require("./src/dbpool.js"); | ||
module.exports = { dbpool }; | ||
const dbpool = require("./src/dpool.js"); | ||
module.exports = { dpool }; |
{ | ||
"name": "dpool", | ||
"version": "0.1.0", | ||
"description": "", | ||
"repository": "git://github.com/ryanbethel/dpool.git", | ||
"version": "0.1.1", | ||
"description": "Serverless pooling function for relational databases, using a DynamoDB table as a queue", | ||
"main": "index.js", | ||
@@ -10,3 +11,3 @@ "scripts": { | ||
"keywords": [], | ||
"author": "", | ||
"author": "Ryan Bethel", | ||
"license": "ISC", | ||
@@ -13,0 +14,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
10088
4
118
1
1
91
1