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.32.0 to 6.32.1

28

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.32.0",
"version": "6.32.1",
"funding": [

@@ -51,17 +51,17 @@ {

"dependencies": {
"@types/debug": "^4.1.7",
"@types/validator": "^13.7.1",
"debug": "^4.3.3",
"dottie": "^2.0.2",
"inflection": "^1.13.2",
"@types/debug": "^4.1.8",
"@types/validator": "^13.7.17",
"debug": "^4.3.4",
"dottie": "^2.0.4",
"inflection": "^1.13.4",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"moment-timezone": "^0.5.35",
"pg-connection-string": "^2.5.0",
"retry-as-promised": "^7.0.3",
"semver": "^7.3.5",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"pg-connection-string": "^2.6.0",
"retry-as-promised": "^7.0.4",
"semver": "^7.5.1",
"sequelize-pool": "^7.1.0",
"toposort-class": "^1.0.1",
"uuid": "^8.3.2",
"validator": "^13.7.0",
"validator": "^13.9.0",
"wkx": "^0.5.0"

@@ -82,3 +82,3 @@ },

"acorn": "^8.7.0",
"chai": "^4.3.4",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",

@@ -128,3 +128,3 @@ "chai-datetime": "^1.8.0",

"source-map-support": "^0.5.21",
"sqlite3": "npm:@vscode/sqlite3@^5.0.7",
"sqlite3": "^5.1.6",
"tedious": "8.3.0",

@@ -131,0 +131,0 @@ "typescript": "^4.5.4"

@@ -1,1 +0,1 @@

export declare type Falsy = false | 0 | -0 | 0n | '' | null | undefined | void;
export type Falsy = false | 0 | -0 | 0n | '' | null | undefined | void;
import { Falsy } from './falsy';
export declare type SQLFragment = string | Falsy | SQLFragment[];
export declare type TruthySQLFragment = string | SQLFragment[];
export type SQLFragment = string | Falsy | SQLFragment[];
export type TruthySQLFragment = string | SQLFragment[];
import type { AbstractDialect } from '../dialects/abstract/index.js';
declare type BindOrReplacements = {
type BindOrReplacements = {
[key: string]: unknown;

@@ -4,0 +4,0 @@ } | unknown[];

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

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