Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sequelize-fixtures

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sequelize-fixtures - npm Package Compare versions

Comparing version 0.4.6 to 0.4.7

4

lib/loader.js

@@ -112,3 +112,3 @@ var Promise = require('bluebird');

val = data[key];
if (assoc) {

@@ -119,3 +119,3 @@ if (assoc.associationType === 'BelongsTo') {

.then(function(obj) {
result[assoc.identifier] = obj[assoc.target.primaryKeyField];
result[assoc.identifier] = obj[assoc.target.primaryKeyField || 'id'];
return Promise.resolve();

@@ -122,0 +122,0 @@ })

{
"name": "sequelize-fixtures",
"version": "0.4.6",
"version": "0.4.7",
"description": "sequelize fixture loader",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc