Socket
Socket
Sign inDemoInstall

sequelize-mocking

Package Overview
Dependencies
134
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 1.3.2

6

lib/sequelize-mocking.js

@@ -66,2 +66,8 @@ /**

);
// Let's recreate a new instance of the datatype
for (let att of _.values(newModel.attributes)) {
att.type = new Sequelize.DataTypes[att.type.key]();
}
return newModel;

@@ -68,0 +74,0 @@ }

6

package.json
{
"name": "sequelize-mocking",
"version": "1.3.1",
"version": "1.3.2",
"description": "A Sequelize extension to deal with mocking for tests",

@@ -45,3 +45,3 @@ "main": "index.js",

"sequelize-fixtures": "0.6.0",
"sqlite3": "3.1.11"
"sqlite3": "3.1.13"
},

@@ -57,3 +57,3 @@ "engines": {

"mysql2": "1.3.5",
"npmversion": "1.3.4",
"npmversion": "1.6.0",
"rimraf": "2.6.1",

@@ -60,0 +60,0 @@ "sequelize": "4.13.10",

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