New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ee-soa-service

Package Overview
Dependencies
Maintainers
2
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ee-soa-service - npm Package Compare versions

Comparing version 0.2.68 to 0.2.69

10

lib/DefaultORMController.js

@@ -849,4 +849,12 @@

data[withModel] = this.root[withModel](filterForWithModel);
var referenceModel;
if(!this.root[withModel] && this.specs.hasOne[withModel].hasAlias) {
referenceModel = this.root[this.specs.hasOne[withModel].referencedModelName](filterForWithModel);
}
else {
referenceModel = this.root[withModel](filterForWithModel);
}
data[withModel] = referenceModel;
// row restrictions

@@ -853,0 +861,0 @@ this.applyRowRestrictions(queryData, data);

2

package.json

@@ -5,3 +5,3 @@ {

, "keywords" : ["ee", "soa", "service"]
, "version" : "0.2.68"
, "version" : "0.2.69"
, "author": {

@@ -8,0 +8,0 @@ "name" : "Tobias Kneubuehler"

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