Socket
Socket
Sign inDemoInstall

@capaj/objection

Package Overview
Dependencies
32
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.6 to 1.6.7

4

lib/model/modelToJson.js

@@ -49,6 +49,4 @@ 'use strict';

return opt.virtuals;
} else if (opt.virtuals) {
return true;
} else {
return false;
return opt.virtuals !== false;
}

@@ -55,0 +53,0 @@ }

{
"name": "@capaj/objection",
"version": "1.6.6",
"version": "1.6.7",
"description": "An SQL-friendly ORM for Node.js",

@@ -5,0 +5,0 @@ "main": "lib/objection.js",

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