Socket
Socket
Sign inDemoInstall

sequelize

Package Overview
Dependencies
20
Maintainers
8
Versions
622
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.22.1 to 6.23.0

2

package.json
{
"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.22.1",
"version": "6.23.0",
"funding": [

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

@@ -70,4 +70,4 @@ import { ValidationOptions } from './instance-validator';

M extends Model<TAttributes, TCreationAttributes> = Model,
TAttributes = any,
TCreationAttributes = TAttributes
TAttributes extends {} = any,
TCreationAttributes extends {} = TAttributes
> extends ModelHooks<M, TAttributes> {

@@ -74,0 +74,0 @@ beforeDefine(attributes: ModelAttributes<M, TCreationAttributes>, options: ModelOptions<M>): void;

Sorry, the diff of this file is too big to display

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