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.8.1 to 2.8.2

3

lib/Model.js

@@ -24,2 +24,3 @@ /* UNIQORM

const {
normalizeAttributes,
normalizeFindOptions,

@@ -477,3 +478,3 @@ normalizeUpdateValues,

(typeof value === 'object' ? value : [value]);
attributes = normalizeFindOptions({attributes}, silent).attributes;
attributes = normalizeAttributes(attributes, silent);
/* Be sure key fields exists in attributes */

@@ -480,0 +481,0 @@ /* istanbul ignore else */

{
"name": "uniqorm",
"description": "Multi dialect and multi schema ORM framework for enterprise level NodeJS applications",
"version": "2.8.1",
"version": "2.8.2",
"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