Socket
Socket
Sign inDemoInstall

cascading-relations

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cascading-relations - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

2

index.js

@@ -147,3 +147,3 @@ var Q, dot, mongoose;

filter = this.$__.cascadeSaveConfig.filter;
data = filter(data, path);
data = filter.apply(this, [data, path]);
} else {

@@ -150,0 +150,0 @@ filter = null;

{
"name": "cascading-relations",
"version": "0.7.0",
"version": "0.7.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -55,3 +55,4 @@ var barClass, barSchema, bazClass, bazSchema, fooClass, fooSchema, mongoose, relations, should;

]
}
},
account: String
});

@@ -221,2 +222,3 @@

title: 'My Foo',
account: 'asdf',
_related: {

@@ -250,3 +252,3 @@ _bar: {

filter: function(doc) {
doc.account = 'asdf';
doc.account = this.account;
return doc;

@@ -253,0 +255,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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