Socket
Socket
Sign inDemoInstall

sequelize

Package Overview
Dependencies
22
Maintainers
8
Versions
622
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.35.1 to 6.35.2

2

lib/dialects/abstract/query.js

@@ -370,3 +370,3 @@ "use strict";

if (rowsI === 0) {
keys = Object.keys(row);
keys = _.sortBy(Object.keys(row), (item) => [item.split(".").length]);
keyLength = keys.length;

@@ -373,0 +373,0 @@ }

{
"name": "sequelize",
"description": "Sequelize is a promise-based Node.js ORM tool for Postgres, MySQL, MariaDB, SQLite, Microsoft SQL Server, Amazon Redshift and Snowflake’s Data Cloud. It features solid transaction support, relations, eager and lazy loading, read replication and more.",
"version": "6.35.1",
"version": "6.35.2",
"funding": [

@@ -6,0 +6,0 @@ {

Sorry, the diff of this file is not supported yet

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