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.1 to 6.33.0

10

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.1",
"version": "6.33.0",
"funding": [

@@ -54,3 +54,3 @@ {

"debug": "^4.3.4",
"dottie": "^2.0.4",
"dottie": "^2.0.6",
"inflection": "^1.13.4",

@@ -60,5 +60,5 @@ "lodash": "^4.17.21",

"moment-timezone": "^0.5.43",
"pg-connection-string": "^2.6.0",
"pg-connection-string": "^2.6.1",
"retry-as-promised": "^7.0.4",
"semver": "^7.5.1",
"semver": "^7.5.4",
"sequelize-pool": "^7.1.0",

@@ -76,3 +76,3 @@ "toposort-class": "^1.0.1",

"@types/chai": "^4.3.0",
"@types/lodash": "4.14.182",
"@types/lodash": "4.14.197",
"@types/mocha": "^9.0.0",

@@ -79,0 +79,0 @@ "@types/node": "^16.11.17",

@@ -660,7 +660,2 @@ import { DataType } from '../../data-types';

/**
* Escape a value (e.g. a string, number or date)
*/
public escape(value?: string | number | Date): string;
/**
* Set option for autocommit of a transaction

@@ -667,0 +662,0 @@ */

@@ -32,3 +32,3 @@ import { Deferrable } from './deferrable';

*/
static get LOCK(): LOCK;
static get LOCK(): typeof LOCK;

@@ -40,3 +40,3 @@ /**

*/
get LOCK(): LOCK;
get LOCK(): typeof LOCK;
}

@@ -136,9 +136,2 @@

interface LOCK {
UPDATE: LOCK.UPDATE;
SHARE: LOCK.SHARE;
KEY_SHARE: LOCK.KEY_SHARE;
NO_KEY_UPDATE: LOCK.NO_KEY_UPDATE;
}
/**

@@ -145,0 +138,0 @@ * Options provided when the transaction is created

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