Socket
Socket
Sign inDemoInstall

@theroofdocs/db-models

Package Overview
Dependencies
94
Maintainers
2
Versions
593
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.53.7 to 1.53.8

1

CHANGELOG.md
# CHANGE LOG
##### v.1.53.8 - 11/21/2022 - Relation updates
##### v.1.53.7 - 11/21/2022 - Relation updates

@@ -4,0 +5,0 @@ ##### v.1.53.6 - 11/18/2022 - Remove new features

2

models/contractor_trades.js

@@ -26,3 +26,3 @@ 'use strict';

// Contractor_Trades.hasMany( models['trades'], { as: 'trades', foreignKey: 'tradeId' });
Contractor_Trades.belongsTo(models['contractors'], { as: 'contractorTrades', foreignKey: 'contractorId' })
// Contractor_Trades.belongsTo(models['contractors'], { as: 'contractorTrades', foreignKey: 'contractorId' })
};

@@ -29,0 +29,0 @@

{
"name": "@theroofdocs/db-models",
"version": "1.53.7",
"version": "1.53.8",
"author": "Chris Davis <developer@theroofdocs.com>",

@@ -5,0 +5,0 @@ "description": "DB models in Node.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc