Socket
Socket
Sign inDemoInstall

mongoose-multitenant

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

mongoose-multitenant - npm Package Compare versions

Comparing version 0.7.7 to 0.7.8

10

index.js

@@ -52,2 +52,12 @@ /*

newSchema = owl.deepCopy(schema);
newSchema.callQueue.forEach(function(k) {
var args, key, val, _ref;
args = [];
_ref = k[1];
for (key in _ref) {
val = _ref[key];
args.push(val);
}
return k[1] = args;
});
_ref = schema.paths;

@@ -54,0 +64,0 @@ for (prop in _ref) {

2

package.json
{
"name": "mongoose-multitenant",
"version": "0.7.7",
"version": "0.7.8",
"description": "Wrapper for Mongoose that allows for easy horizontal multitenancy (collection prefix per tenant)",

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

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