@nexes/mongo-knex
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -28,3 +28,6 @@ const _ = require('lodash'); | ||
this.tableName = options.tableName; | ||
this.config = config; | ||
this.config = {}; | ||
// @TODO: https://github.com/NexesJS/mongo-knex/issues/4 | ||
Object.assign(this.config, {relations: {}, aliases: {}}, config); | ||
} | ||
@@ -31,0 +34,0 @@ |
{ | ||
"name": "@nexes/mongo-knex", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "tbc", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:NexesJS/mongo-knex.git", |
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
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
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
52336
1320
0