Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

uniqorm

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uniqorm - npm Package Compare versions

Comparing version 2.14.4 to 2.14.5

6

lib/Model.js

@@ -27,3 +27,4 @@ /* UNIQORM

normalizeFindOptions,
mapConditions
mapConditions,
makeArray
} = require('./helpers');

@@ -54,2 +55,3 @@ const {ValidationError} = require('./errors');

* @param {Object} [def.associations]
* @param {Array<string>} [def.defaultSort]
*/

@@ -77,2 +79,3 @@ constructor(schema, def) {

this._keyFields = null;
this._defaultSort = makeArray(def.defaultSort);

@@ -275,2 +278,3 @@ if (def.associations) {

opts.trace = options.trace;
opts.sort = opts.sort || this._defaultSort;
/* istanbul ignore next */

@@ -277,0 +281,0 @@ opts.where = opts.where || opts.filter; // backward support

2

package.json
{
"name": "uniqorm",
"description": "Multi dialect and multi schema ORM framework for enterprise level NodeJS applications",
"version": "2.14.4",
"version": "2.14.5",
"author": "Panates Ltd.",

@@ -6,0 +6,0 @@ "contributors": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc