Socket
Socket
Sign inDemoInstall

objection

Package Overview
Dependencies
Maintainers
4
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

objection - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

4

lib/model/modelSet.js

@@ -5,3 +5,3 @@ 'use strict';

const { splitQueryProps } = require('./modelQueryProps');
const { isFunction, isString } = require('../utils/objectUtils');
const { isFunction, isString, isPlainObject } = require('../utils/objectUtils');
const { parseRelationsIntoModelInstances } = require('./modelParseRelations');

@@ -68,3 +68,3 @@

if (
value !== undefined &&
(value !== undefined || isPlainObject(obj)) &&
!isInternalProp(key) &&

@@ -71,0 +71,0 @@ !isFunction(value) &&

{
"name": "objection",
"version": "3.0.3",
"version": "3.0.4",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc