Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ee-orm

Package Overview
Dependencies
Maintainers
2
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ee-orm - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

9

lib/Resource.js

@@ -271,2 +271,6 @@ !function () {

// filter all subselects
this.applyFiltersToParents(this.getParent(), this);
if (this.isSelected() && !this.selectApplied()) {

@@ -284,4 +288,2 @@ parent = this.getParent();

// filter all subselects
this.applyFiltersToParents(this.getParent(), this);

@@ -316,2 +318,3 @@ // select the parent referenced field

/*

@@ -323,3 +326,3 @@ * apply my filters to all parents except for the root resource

if (resource && !resource.isRootResource() && !resource.parentFiltered) {
if (sourceResource.hasFiltersForTheRootResource() && resource && !resource.isRootResource() && !resource.parentFiltered) {
var name = sourceResource.query.from

@@ -326,0 +329,0 @@ , targetFilter;

{
"name" : "ee-orm"
, "description" : "An easy to use ORM for node.js. Supports eager loading, complex queries, joins, transactions, complex database clusters & connection pooling."
, "version" : "0.6.3"
, "version" : "0.6.4"
, "homepage" : "https://github.com/eventEmitter/ee-orm"

@@ -6,0 +6,0 @@ , "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)"

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