New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.16.0 to 2.16.1

8

lib/Model.js

@@ -368,3 +368,9 @@ /* UNIQORM

where: this._prepareKeyValues(keyValues)
}, options, {adjunct: true}));
}, options, {adjunct: true})).then(ret => {
if (ret.instances) {
ret.instance = ret.instances[0];
delete ret.instances;
}
return ret;
});
}

@@ -371,0 +377,0 @@

2

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