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.5.0 to 0.5.1

5

lib/loader.js
var Promise = require('bluebird');
var objectAssign = require('object-assign');

@@ -53,3 +54,3 @@ var Loader = module.exports = function(options) {

//make options object with transaction if any, through table attrs if any
var options = Object.assign({},
var options = objectAssign({},
self.options.transaction ? {transaction: self.options.transaction} : {},

@@ -168,3 +169,3 @@ relinst._through || {});

if (typeof v === 'object') {
where = Object.assign({}, v);
where = objectAssign({}, v);
if (where._through) {

@@ -171,0 +172,0 @@ _through = where._through;

{
"name": "sequelize-fixtures",
"version": "0.5.0",
"version": "0.5.1",
"description": "sequelize fixture loader",

@@ -19,3 +19,4 @@ "main": "index.js",

"glob": "~3.2.1",
"js-yaml": "~2.1.0"
"js-yaml": "~2.1.0",
"object-assign": "^4.0.1"
},

@@ -22,0 +23,0 @@ "devDependencies": {

.travis.yml

Sorry, the diff of this file is not supported yet

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