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 0.1.4 to 0.1.5

6

lib/insertquery.js

@@ -71,5 +71,5 @@ /* UNIQORM

const ret = {};
self._returning.forEach(c => {
const f = model.meta.getField(c);
ret[c] = String(f.jsType).toLowerCase();
self._returning.forEach(n => {
const f = model.meta.getField(n);
ret[n] = String(f.jsType).toLowerCase();
});

@@ -76,0 +76,0 @@ query.returning(ret);

{
"name": "uniqorm",
"description": "Easy to use, multi-dialect ORM framework for JavaScript",
"version": "0.1.4",
"version": "0.1.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