sequelize-temporal
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -53,3 +53,3 @@ var _ = require('lodash'); | ||
}; | ||
var excludedNames = ["name", "sequelize", "uniqueKeys", "hasPrimaryKey", "hooks", "scopes", "instanceMethods", "defaultScope"]; | ||
var excludedNames = ["name", "tableName", "sequelize", "uniqueKeys", "hasPrimaryKey", "hooks", "scopes", "instanceMethods", "defaultScope"]; | ||
var modelOptions = excludeAttributes(model.options, excludedNames); | ||
@@ -56,0 +56,0 @@ var historyOptions = _.assign({}, modelOptions, historyOwnOptions); |
{ | ||
"name": "sequelize-temporal", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Temporal tables for Sequelize", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
9461
5
83
1